From 3ca3ddb1215add9bd45bdb7ba60557b1a82f4647 Mon Sep 17 00:00:00 2001 From: Min Kim Date: Tue, 21 Mar 2023 06:27:39 -0400 Subject: [PATCH] Format imports to combine duplicate source Signed-off-by: Min Kim --- .../src/next/TemplateListPage/TemplateListPage.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/scaffolder/src/next/TemplateListPage/TemplateListPage.tsx b/plugins/scaffolder/src/next/TemplateListPage/TemplateListPage.tsx index b1d7a66a94..863d3009e1 100644 --- a/plugins/scaffolder/src/next/TemplateListPage/TemplateListPage.tsx +++ b/plugins/scaffolder/src/next/TemplateListPage/TemplateListPage.tsx @@ -38,13 +38,11 @@ import { import { ScaffolderPageContextMenu, TemplateCategoryPicker, -} from '@backstage/plugin-scaffolder-react/alpha'; - -import { RegisterExistingButton } from './RegisterExistingButton'; -import { TemplateGroupFilter, TemplateGroups, } from '@backstage/plugin-scaffolder-react/alpha'; + +import { RegisterExistingButton } from './RegisterExistingButton'; import { actionsRouteRef, editRouteRef,