aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/molecules/buttons/heading-button.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/molecules/buttons/heading-button.test.tsx')
-rw-r--r--src/components/molecules/buttons/heading-button.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/heading-button.test.tsx b/src/components/molecules/buttons/heading-button.test.tsx
index 5dcc4cc..d64283a 100644
--- a/src/components/molecules/buttons/heading-button.test.tsx
+++ b/src/components/molecules/buttons/heading-button.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import HeadingButton from './heading-button';
+import { HeadingButton } from './heading-button';
describe('HeadingButton', () => {
it('renders a button to collapse.', () => {