We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e4a7 commit 6b4b8bbCopy full SHA for 6b4b8bb
client/src/pages/thread/components/expanded-post/expanded-post.jsx
@@ -5,7 +5,7 @@ import { Post } from '~/libs/components/post/post.jsx';
5
import { Spinner } from '~/libs/components/spinner/spinner.jsx';
6
import { useCallback, useDispatch, useSelector } from '~/libs/hooks/hooks.js';
7
import { AddComment,Comment } from '~/pages/thread/components/components.js';
8
-import { actions as threadActionCreator } from '~/slices/thread/thread.slice.js';
+import { actions as threadActionCreator } from '~/slices/thread/thread.js';
9
10
import { getSortedComments } from './libs/helpers/helpers.js';
11
0 commit comments