diff --git a/lib/res/assets_res.dart b/lib/res/assets_res.dart index f055fc7..cc0b6c3 100644 --- a/lib/res/assets_res.dart +++ b/lib/res/assets_res.dart @@ -8,4 +8,5 @@ class AssetsRes { static const String PROJECT_NAME = 'marco'; static const String PROJECT_VERSION = '1.0.0+1'; + static const String LOADING_LOGO = 'assets/logo/loading_logo.png'; }