chore: remove un-used imports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-27 13:16:42 +02:00
parent 49a463c577
commit 1f8012619f
@@ -22,11 +22,7 @@ import {
createExtension,
createExtensionInput,
} from '../wiring';
import { PageBlueprint } from './PageBlueprint';
import {
createExtensionTester,
renderInTestApp,
} from '@backstage/frontend-test-utils';
import { createExtensionTester } from '@backstage/frontend-test-utils';
describe('RouterBlueprint', () => {
it('should return an extension when calling make with sensible defaults', () => {