Kabar Donasi
# feat - Create kabar - Delete kabar - List kabar ## No issue
This commit is contained in:
17
src/app_modules/donasi/main/notif/layout.tsx
Normal file
17
src/app_modules/donasi/main/notif/layout.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
"use client"
|
||||
|
||||
import { AppShell } from "@mantine/core"
|
||||
import React from "react"
|
||||
import HeaderTamplateDonasi from "../../component/header_tamplate"
|
||||
|
||||
export default function LayoutDonasi_NotifPage({children}: {children: React.ReactNode}){
|
||||
return<>
|
||||
<AppShell
|
||||
header={<HeaderTamplateDonasi title="Pemberitahuan"/>}
|
||||
>
|
||||
|
||||
{children}
|
||||
</AppShell>
|
||||
|
||||
</>
|
||||
}
|
||||
8
src/app_modules/donasi/main/notif/notif_page.tsx
Normal file
8
src/app_modules/donasi/main/notif/notif_page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client"
|
||||
|
||||
export default function Donasi_NotifPage() {
|
||||
return<>
|
||||
ini halaman notif
|
||||
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user