aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cog.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons/cog.test.tsx')
-rw-r--r--src/components/atoms/icons/cog.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/icons/cog.test.tsx b/src/components/atoms/icons/cog.test.tsx
index 9d201b1..016ef15 100644
--- a/src/components/atoms/icons/cog.test.tsx
+++ b/src/components/atoms/icons/cog.test.tsx
@@ -1,5 +1,5 @@
import { render } from '../../../../tests/utils';
-import Cog from './cog';
+import { Cog } from './cog';
describe('Cog', () => {
it('renders a Cog icon', () => {