Remove unused import

Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
Jasper Boeijenga
2024-09-04 18:10:49 +02:00
parent 94d8097505
commit a6ce155b8d
@@ -18,7 +18,6 @@ import { JsonValue } from '@backstage/types';
import { act, fireEvent, waitFor } from '@testing-library/react';
import React from 'react';
import { FieldExtensionComponentProps } from '../../../extensions';
import { LayoutTemplate } from '../../../layouts';
import { SecretsContextProvider } from '../../../secrets';
import { TemplateParameterSchema } from '../../../types';