permulaan
This commit is contained in:
8
src/app/contoh/page.tsx
Normal file
8
src/app/contoh/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import Halaman, { Menu } from "@/modules/contoh";
|
||||
|
||||
export default function ContohPage() {
|
||||
return <>
|
||||
<Halaman />
|
||||
<Menu />
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user