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