Skip to content

Commit b33e77f

Browse files
author
Pedro Massango
committed
small changes
1 parent cc85622 commit b33e77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import 'package:flutter/material.dart';
2-
import 'package:flutter_challenges/profile_design.dart';
2+
import 'package:flutter_challenges/world_clock.dart';
33

4-
void main() => runApp( ProfilePageDesign());
4+
void main() => runApp( HomePage());

0 commit comments

Comments
 (0)