aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/comment-form.test.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/forms/comment-form.test.tsx')
-rw-r--r--src/components/organisms/forms/comment-form.test.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/forms/comment-form.test.tsx b/src/components/organisms/forms/comment-form.test.tsx
index 10119ce..f11c449 100644
--- a/src/components/organisms/forms/comment-form.test.tsx
+++ b/src/components/organisms/forms/comment-form.test.tsx
@@ -1,5 +1,5 @@
import { render, screen } from '../../../../tests/utils';
-import CommentForm from './comment-form';
+import { CommentForm } from './comment-form';
const saveComment = async () => {
/** Do nothing. */