feat : package chicken and added to app
This commit is contained in:
6
packages/chicken/lib/presentation/routes/routes.dart
Normal file
6
packages/chicken/lib/presentation/routes/routes.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
sealed class ChickenRoutes {
|
||||
ChickenRoutes._();
|
||||
|
||||
static const init = '/chicken/init';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user