Renamed folder

This commit is contained in:
2025-07-09 21:06:55 +02:00
parent 68dbed1e56
commit 61d844c289
13 changed files with 11 additions and 11 deletions

3
lib/core/globals.dart Normal file
View File

@@ -0,0 +1,3 @@
class Globals {
static String appDevPhase = 'Beta';
}