updated preview component

This commit is contained in:
Ren Amamiya
2023-02-21 15:31:38 +07:00
parent 672298daf9
commit fe2fef0f85
7 changed files with 59 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
import Reaction from '@components/note/atoms/reaction';
import Reply from '@components/note/atoms/reply';
import RootUser from '@components/note/atoms/rootUser';
import User from '@components/note/atoms/user';
import { User } from '@components/note/atoms/user';
import { Placeholder } from '@components/note/placeholder';
import RepostIcon from '@assets/icons/Repost';