feat: delete all users posts when user is deleted
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user