From 6d1f8daaeafa55ee3392b945f8e36a1fd982aafa Mon Sep 17 00:00:00 2001 From: Kashish Mittal Date: Sun, 17 Nov 2024 00:30:33 -0500 Subject: [PATCH] fix prettier issues Signed-off-by: Kashish Mittal --- .../bulk-import/src/components/BulkImportSidebarItem.tsx | 2 +- workspaces/bulk-import/plugins/bulk-import/src/index.ts | 3 ++- workspaces/bulk-import/plugins/bulk-import/src/plugin.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/workspaces/bulk-import/plugins/bulk-import/src/components/BulkImportSidebarItem.tsx b/workspaces/bulk-import/plugins/bulk-import/src/components/BulkImportSidebarItem.tsx index 1bcba853..449ea48f 100644 --- a/workspaces/bulk-import/plugins/bulk-import/src/components/BulkImportSidebarItem.tsx +++ b/workspaces/bulk-import/plugins/bulk-import/src/components/BulkImportSidebarItem.tsx @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import React from 'react'; +import React from 'react'; import { SidebarItem } from '@backstage/core-components'; import { configApiRef, useApi } from '@backstage/core-plugin-api'; diff --git a/workspaces/bulk-import/plugins/bulk-import/src/index.ts b/workspaces/bulk-import/plugins/bulk-import/src/index.ts index 2fe0c3db..58976031 100644 --- a/workspaces/bulk-import/plugins/bulk-import/src/index.ts +++ b/workspaces/bulk-import/plugins/bulk-import/src/index.ts @@ -12,7 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ export { + */ +export { bulkImportPlugin, BulkImportPage, BulkImportSidebarItem, diff --git a/workspaces/bulk-import/plugins/bulk-import/src/plugin.ts b/workspaces/bulk-import/plugins/bulk-import/src/plugin.ts index b9a2cf4a..8e5cd2ee 100644 --- a/workspaces/bulk-import/plugins/bulk-import/src/plugin.ts +++ b/workspaces/bulk-import/plugins/bulk-import/src/plugin.ts @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - import { +import { configApiRef, createApiFactory, createComponentExtension,