This commit is contained in:
ct
2025-05-28 22:25:29 +08:00
parent 10832c48c7
commit e0a6adf1bf
3 changed files with 82 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ import Editor from "@/modules/editor/editor";
const Home = () => {
return (
<div class="bg-neutral-50 h-screen">
<div class="bg-neutral-50 min-h-screen">
<Editor />
</div>
);