Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Apr 15, 2024
1 parent 97f24ab commit c9f79f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createTestFormService } from '@atj/form-service';

import FormEdit from '.';
import { createTestForm, createTestFormEditContext } from '../../test-form';
import { expect, fireEvent, userEvent, waitFor, within } from '@storybook/test';
import { expect, userEvent, waitFor, within } from '@storybook/test';

export default {
title: 'FormManager/FormEdit',
Expand Down

0 comments on commit c9f79f7

Please sign in to comment.