add version debug print to console on start
This commit is contained in:
+1
-5
@@ -14,9 +14,5 @@ void main() {
|
||||
name: 'tatlock_ui',
|
||||
);
|
||||
|
||||
runApp(
|
||||
const ProviderScope(
|
||||
child: TatlockApp(),
|
||||
),
|
||||
);
|
||||
runApp(const ProviderScope(child: TatlockApp()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user