This commit is contained in:
yunglocokid
2024-05-11 23:40:53 +07:00
commit 28893e558c
21 changed files with 3549 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import {HomePage} from "@pages/HomePage";
export default function Home() {
return (
<main>
<HomePage/>
</main>
)
}