first commit new version

This commit is contained in:
2023-09-18 17:19:55 +08:00
parent 1da05f6520
commit 6b777f905a
33 changed files with 23 additions and 408 deletions

View File

@@ -1,8 +0,0 @@
import Halaman, { Menu } from "@/modules/contoh";
export default function ContohPage() {
return <>
<Halaman />
<Menu />
</>
}