feat: role page

fix: import
This commit is contained in:
2025-09-02 15:59:49 +03:30
parent 1739b231d1
commit 3945e04ae1
12 changed files with 162 additions and 11 deletions

View File

@@ -3,6 +3,7 @@ sealed class ChickenRoutes {
static const auth = '/AuthChicken';
static const _base = '/chicken';
static const role = '$_base/role';
//region Steward Routes
static const _steward = '$_base/steward';