aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/cc-by-sa.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/icons/cc-by-sa.test.tsx')
-rw-r--r--src/components/atoms/icons/cc-by-sa.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/icons/cc-by-sa.test.tsx b/src/components/atoms/icons/cc-by-sa.test.tsx
index 2bcb437..a23059d 100644
--- a/src/components/atoms/icons/cc-by-sa.test.tsx
+++ b/src/components/atoms/icons/cc-by-sa.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import CCBySA from './cc-by-sa';
+import { CCBySA } from './cc-by-sa';
describe('CCBySA', () => {
it('renders a CC BY SA icon', () => {