Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 27, 2023
1 parent 66f273d commit d658a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/app_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import "../features/auth/presentation/auth_page/auth_page.dart";
import "../features/dashboard/presentation/dashboard_page/dashboard_page.dart";
import "../features/dashboard/presentation/wrapper_page/wrapper_page.dart";
import "../features/gpa_calculator/presentation/gpa_page/gpa_page.dart";
import '../features/pirate_coins/presentation/pirate_coins_page/pirate_coins_student_page.dart';
import '../features/pirate_coins/presentation/pirate_coins_page/pirate_coins_teacher_page.dart';
import "../features/pirate_coins/presentation/pirate_coins_page/pirate_coins_student_page.dart";
import "../features/pirate_coins/presentation/pirate_coins_page/pirate_coins_teacher_page.dart";
import "../features/pirate_coins/presentation/stats_page/stats_page.dart";

part "app_router.gr.dart";
Expand Down

0 comments on commit d658a26

Please sign in to comment.