Skip to content

Commit

Permalink
Fixes #279 , Redundant GetPages() in app_pages.dart (#280)
Browse files Browse the repository at this point in the history
* Fixes #279 , this branch doesn't contain the fix for the Renderoverflow.

* Update app_pages.dart

---------

Co-authored-by: Rijuth Menon <[email protected]>
  • Loading branch information
WrathOP and MarkisDev authored Dec 29, 2023
1 parent 92948ad commit 9c77b79
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/app/routes/app_pages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ class AppPages {
page: () => SettingsView(),
binding: SettingsBinding(),
),
GetPage(
name: _Paths.SETTINGS,
page: () => SettingsView(),
binding: SettingsBinding(),
),
GetPage(
name: _Paths.ALARM_CHALLENGE,
page: () => AlarmChallengeView(),
Expand Down

0 comments on commit 9c77b79

Please sign in to comment.