part of 'pages.dart';
sealed class AuthLiveStockRoutes {
AuthLiveStockRoutes._();
static const auth = '/AuthLiveStock';
}