Skip to content

Commit

Permalink
update: path
Browse files Browse the repository at this point in the history
  • Loading branch information
tvc12 committed Jun 16, 2021
1 parent f728a83 commit 29888b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pet_app.dart
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ class PetApp extends StatelessWidget {
return MaterialApp(
title: 'OhMyPet Social',
routes: routers,
initialRoute: PolicyScreen.name,
onUnknownRoute: (_) {
return MaterialPageRoute(builder: (_) => const PetInfoScreen());
},

0 comments on commit 29888b4

Please sign in to comment.