Skip to content

Commit

Permalink
Fix router
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg committed Jan 10, 2025
1 parent a500cf9 commit ed01f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMM/router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:myecl/drawer/class/module.dart';
import 'package:myecl/CMM/ui/main_page/main_page.dart' deferred as main_page;

class CMMRouter {
final ProviderRef ref;
final Ref ref;
static const String root = '/CMM';
static const String add = '/add';
static final Module module = Module(
Expand Down

0 comments on commit ed01f36

Please sign in to comment.