feat: add placeholder content to post page for user profile

This commit is contained in:
Stevan Freeborn
2023-09-11 16:18:01 -05:00
parent 9d9e5b9d0f
commit 4a1b806182
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ export default function Post({ post }: { post: PostWithUserDto }) {
</div>
<div></div>
</div>
<div></div>
</div>
);
}