Skip to content

Commit

Permalink
calculator brain
Browse files Browse the repository at this point in the history
  • Loading branch information
miikhaaeel committed Jul 18, 2021
1 parent 9758b52 commit 98ec845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class BMICalculator extends StatelessWidget {
initialRoute: '/',
routes: {
'/': (context) => InputPage(),
// '/resultPage': (context) => ResultPage(),
},
);
}
Expand Down

0 comments on commit 98ec845

Please sign in to comment.