doc : RErrorWidget and EmptyWidget

This commit is contained in:
2025-10-13 16:30:43 +03:30
parent 4da738eef6
commit 0901b45998
9 changed files with 94 additions and 36 deletions

View File

@@ -6,4 +6,5 @@ sealed class AppPaths {
static const String splash = '/splash';
static const String moduleList = '/moduleList';
static const String systemDesignPage = '/systemDesignPage';
static const String test = '/test';
}