We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc85622 commit b33e77fCopy full SHA for b33e77f
lib/main.dart
@@ -1,4 +1,4 @@
1
import 'package:flutter/material.dart';
2
-import 'package:flutter_challenges/profile_design.dart';
+import 'package:flutter_challenges/world_clock.dart';
3
4
-void main() => runApp( ProfilePageDesign());
+void main() => runApp( HomePage());
0 commit comments