mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
refactor node comments container
This commit is contained in:
parent
eea7095e65
commit
34797c2ac0
32 changed files with 9 additions and 9 deletions
|
@ -3,8 +3,8 @@ import { FC } from 'react';
|
|||
import { Group } from '~/components/containers/Group';
|
||||
import { Footer } from '~/components/main/Footer';
|
||||
import { NodeNoComments } from '~/components/node/NodeNoComments';
|
||||
import { NodeCommentFormSSR } from '~/containers/comments/NodeCommentForm/ssr';
|
||||
import { NodeComments } from '~/containers/comments/NodeComments';
|
||||
import { NodeCommentFormSSR } from '~/containers/node/NodeCommentForm/ssr';
|
||||
import { NodeComments } from '~/containers/node/NodeComments';
|
||||
import { useCommentContext } from '~/utils/context/CommentContextProvider';
|
||||
|
||||
interface Props {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue