feat : request tagging and fix chips and fix overflow module in auht

This commit is contained in:
2025-05-24 15:12:40 +03:30
parent 10cb9d1f52
commit 276c8dd1fe
12 changed files with 450 additions and 264 deletions

View File

@@ -4,8 +4,7 @@ sealed class LiveStockRoutes {
LiveStockRoutes._();
static const init = '/liveStock';
static const action = '$init/liveStock';
static const map = '$init/liveStock';
static const profile = '$init/profile';
static const requests = '/requests';
static const profile = '/profile';
static const requestTagging = '$init/tagging';
}