permulaan

This commit is contained in:
bipproduction
2023-07-27 15:19:55 +08:00
parent adebf524e8
commit 99c21f0ce4
17 changed files with 898 additions and 163 deletions

8
src/app/contoh/page.tsx Normal file
View File

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