upd: division

Deskripsi:
- ui list diviis
- nb: blm selesai

No Issues
This commit is contained in:
amel
2025-03-06 15:37:53 +08:00
parent c07be165ec
commit d3779fcf5d
8 changed files with 107 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import { router } from "expo-router"
type Props = {
open: boolean,
close: (value: boolean) => void
page: 'position' | 'member' | 'discussion' | 'project'
page: 'position' | 'member' | 'discussion' | 'project' | 'division'
}
export default function ModalFilter({ open, close, page }: Props) {