Add:"
- app/(application)/admin/

## NO Issue
This commit is contained in:
2025-08-05 17:40:46 +08:00
parent 48c34aa26c
commit c4c16f19c1
17 changed files with 857 additions and 73 deletions

View File

@@ -0,0 +1,11 @@
import { TextCustom, ViewWrapper } from "@/components";
export default function AdminMaps() {
return (
<>
<ViewWrapper>
<TextCustom>Maps</TextCustom>
</ViewWrapper>
</>
);
}