feat: add placeholder content to post page for user profile
This commit is contained in:
@@ -42,6 +42,7 @@ export default function Post({ post }: { post: PostWithUserDto }) {
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user