Added customer service and contact screens and state

This commit is contained in:
2026-01-28 17:36:01 +01:00
parent 12edcd0940
commit cd578352f9
27 changed files with 1115 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ class AppRoutes {
static const legacy = '/legacy';
static const customerService = '$legacy/customer_service';
static const legacyDashboard = '$legacy/dashboard';
static const dashboardHub = '$legacyDashboard/hub';