feat(docs): add docs and restructure

This commit is contained in:
BennyKok
2023-12-28 00:06:32 +08:00
parent afc67bc0b9
commit 498374195d
56 changed files with 3751 additions and 54 deletions
+5
View File
@@ -0,0 +1,5 @@
import Main from "@/components/Main";
export default function Home() {
return <Main />;
}