feat : calender

Deskripsi:
- update api calender
- update ui calender

No Issue
This commit is contained in:
lukman
2024-08-15 17:29:53 +08:00
parent 1634623e80
commit e608bf70bc
17 changed files with 272 additions and 87 deletions

View File

@@ -1,10 +1,7 @@
import { NavbarDivisionCalender } from '@/module/calender';
import { ViewDetailEventDivision } from '@/module/division_new';
import React from 'react';
function Page({ searchParams }: { searchParams: any }) {
if (searchParams.page == "detail-event")
return <ViewDetailEventDivision />
function Page() {
return (
<NavbarDivisionCalender />
);