feat: delete all users posts when user is deleted

This commit is contained in:
Stevan Freeborn
2023-09-10 20:19:31 -05:00
parent 90f95e50a5
commit 1ad65d8b30
12 changed files with 1452 additions and 107 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import Editor from '@/components/Editor';
export default function AddPost() {
return (
<main>
<main className='flex flex-col w-full h-full'>
<Editor />
</main>
);