fix : calender

Deskripsi:
- format tgl tambah acara
- pencarian pilih anggota
- loading pencarian pilih anggota
- loading hapus anggota
- loading tambah anggota
- realtime hapus anggota
- realtime tambah anggota
- loading hapus acara
- realtime hapus acara

No Issues
This commit is contained in:
amel
2024-11-06 10:33:15 +08:00
parent 828813d793
commit be7ece6cf2
7 changed files with 119 additions and 54 deletions

View File

@@ -1,10 +1,9 @@
import { DetailEventDivision } from '@/module/calender';
import React from 'react';
function Page() {
return (
<>
<DetailEventDivision />
<DetailEventDivision />
</>
);
}