This commit is contained in:
ct
2025-05-28 19:20:07 +08:00
parent 21526508b1
commit 7fcbd5f05d
19 changed files with 463 additions and 61 deletions

View File

@@ -0,0 +1,11 @@
import Editor from "@/modules/editor/editor";
const Home = () => {
return (
<div class="bg-neutral-50 h-screen">
<Editor />
</div>
);
};
export default Home;