This commit is contained in:
2026-03-20 19:35:45 +03:00
parent 3f84d49472
commit 0793a86ebb
3 changed files with 290 additions and 131 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ void main() async {
runApp(
ProviderScope(
overrides: [
sharedPreferencesProvider.overrideWithValue(prefs),
],
overrides: [sharedPreferencesProvider.overrideWithValue(prefs)],
child: const App(),
),
);