checkpoint

This commit is contained in:
John Smith 2023-01-09 22:50:34 -05:00
parent c22d6fcff8
commit 8c22bf8cc0
24 changed files with 673 additions and 56 deletions

View file

@ -17,7 +17,7 @@ void main() async {
var initTheme = themeService.initial;
runApp(
ProviderScope(
observers: [const StateLogger()],
observers: const [StateLogger()],
child: VeilidChatApp(theme: initTheme)),
);
}