Start to add entries

This commit is contained in:
zontreck 2025-03-22 18:32:57 -07:00
parent 861848bf61
commit c5cc8ed220
17 changed files with 372 additions and 123 deletions

3
lib/Session.dart Normal file
View file

@ -0,0 +1,3 @@
class SessionData {
static bool darkMode = false;
}