Notifikasi

# feat:
- Notifikasi di bagian admin

## No issue
This commit is contained in:
2024-06-10 16:22:05 +08:00
parent 0e16d6501f
commit 76f0396005
35 changed files with 618 additions and 200 deletions

View File

@@ -0,0 +1,9 @@
import { Notifikasi_MainView } from "@/app_modules/admin/notifikasi";
export default async function Page() {
return (
<>
<Notifikasi_MainView />
</>
);
}