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,