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

@@ -1,4 +1,5 @@
import 'package:auth/auth.dart';
import 'package:customer_service/customer_service.dart';
import 'package:legacy_dashboard_shell/legacy_dashboard_builder.dart';
import 'package:dashboard_shell/dashboard_builder.dart';
import 'package:flutter/material.dart';
@@ -43,6 +44,11 @@ void configureAppRouter() {
],
),
GoRoute(
path: AppRoutes.customerService,
name: 'customer_service',
pageBuilder: CustomerServiceBuilder().buildPage,
),
GoRoute(
path: AppRoutes.login,
name: 'login',