part of 'pages.dart'; sealed class AuthPaths { AuthPaths._(); static const String moduleList = '/moduleList'; static const String auth = '/Auth'; }