Finalize CRM module: bookings, pricing, survey with full UI integration and validation
This commit is contained in:
@@ -30,6 +30,12 @@ export default function App() {
|
||||
<Route path="/dashboard" element={load(() => import('@/pages/Dashboard'))} />
|
||||
|
||||
<Route path="/tenants" element={load(() => import('@/pages/tenants/Tenants'))} />
|
||||
|
||||
<Route path="/survey" element={load(() => import('@/pages/survey/Survey.jsx'))} />
|
||||
|
||||
<Route path="/pricing" element={load(() => import('@/pages/pricing/Pricing.jsx'))} />
|
||||
|
||||
<Route path="/bookings" element={load(() => import('@/pages/bookings/Bookings'))} />
|
||||
|
||||
<Route path="/team-users" element={load(() => import('@/pages/team/TeamUsers'))} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user