chore: clean up unused imports, update routing for authentication pages, and enhance UI components in the profile and captcha widgets
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
part of 'app_pages.dart';
|
||||
part of 'pages.dart';
|
||||
|
||||
sealed class LiveStockRoutes {
|
||||
LiveStockRoutes._();
|
||||
sealed class AuthLiveStockRoutes {
|
||||
AuthLiveStockRoutes._();
|
||||
|
||||
static const auth = '/AuthLiveStock';
|
||||
static const init = '/liveStock';
|
||||
static const requests = '/requests';
|
||||
static const map = '/map';
|
||||
static const profile = '/profile';
|
||||
static const requestTagging = '$requests/tagging';
|
||||
static const tagging = '/tagging';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user