This commit is contained in:
ct
2025-07-03 04:01:44 +08:00
parent 927a498dc3
commit 0dd7d82502
2 changed files with 8 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ const Home = () => {
return (
<div className="min-h-screen bg-neutral-50 dark:bg-black">
<Editor />
{/* <div className="dark:bg-neutral-800">What is MEMEAIGEN?</div> */}
<FlashMessages />
<AuthUser />
</div>