Admin Investment

Add:
- admin/investment/[id]
- admin/investment/[status]

Fix:
- delete: publish, reject, review

### No Issue
This commit is contained in:
2025-08-13 15:38:03 +08:00
parent 52c16b25b7
commit 40cb0bfc47
12 changed files with 594 additions and 42 deletions

View File

@@ -51,9 +51,6 @@ export default function AdminLayout() {
<Stack.Screen name="dashboard" />
{/* ================== Investment Start ================== */}
<Stack.Screen name="investment/index" />
<Stack.Screen name="investment/publish" />
<Stack.Screen name="investment/review" />
<Stack.Screen name="investment/reject" />
{/* ================== Investment End ================== */}
{/* ================== Maps Start ================== */}