diff options
Diffstat (limited to 'src/components/molecules/buttons/help-button.test.tsx')
| -rw-r--r-- | src/components/molecules/buttons/help-button.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/help-button.test.tsx b/src/components/molecules/buttons/help-button.test.tsx index 67472f1..486ed4b 100644 --- a/src/components/molecules/buttons/help-button.test.tsx +++ b/src/components/molecules/buttons/help-button.test.tsx @@ -1,5 +1,5 @@ import { render, screen } from '../../../../tests/utils'; -import HelpButton from './help-button'; +import { HelpButton } from './help-button'; describe('Help', () => { it('renders a help button', () => { |
