mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 20:14:54 +00:00
initialized Routine Page
This commit is contained in:
7
lib/features/app_layout/bloc/nav_state.dart
Normal file
7
lib/features/app_layout/bloc/nav_state.dart
Normal file
@ -0,0 +1,7 @@
|
||||
part of 'nav_cubit.dart';
|
||||
|
||||
abstract class NavState {}
|
||||
|
||||
class NavInitial extends NavState {}
|
||||
|
||||
class NavChangePage extends NavState {}
|
||||
Reference in New Issue
Block a user