mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
NodeNoComments
This commit is contained in:
parent
ea87b50a83
commit
b5b8d78cea
7 changed files with 69 additions and 9 deletions
|
@ -9,6 +9,7 @@ import { NodePanel } from "~/components/node/NodePanel";
|
|||
import { NodeRelated } from "~/components/node/NodeRelated";
|
||||
import { Tags } from "~/components/node/Tags";
|
||||
import { MenuButton } from "~/components/node/MenuButton";
|
||||
import { NodeNoComments } from "~/components/node/NodeNoComments";
|
||||
|
||||
interface IProps {}
|
||||
|
||||
|
@ -26,6 +27,8 @@ const ImageExample: FC<IProps> = () => (
|
|||
<Padder>
|
||||
<Group horizontal className={styles.content}>
|
||||
<Group className={styles.comments}>
|
||||
<NodeNoComments />
|
||||
|
||||
{
|
||||
range(1,6).map(el => (
|
||||
<Comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue