diff options
Diffstat (limited to 'src/components/atoms/forms/form.test.tsx')
| -rw-r--r-- | src/components/atoms/forms/form.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/forms/form.test.tsx b/src/components/atoms/forms/form.test.tsx index 3a055ed..b040665 100644 --- a/src/components/atoms/forms/form.test.tsx +++ b/src/components/atoms/forms/form.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import Form from './form'; +import { Form } from './form'; describe('Form', () => { it('renders a form', () => { |
