Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV committed Sep 3, 2022
1 parent 4657553 commit 55e67c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/router/home_guard.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:developer';

import 'package:auto_route/auto_route.dart';
import 'package:get_it/get_it.dart';
import 'package:pdg_app/router/router.gr.dart';
Expand Down
2 changes: 0 additions & 2 deletions lib/screens/register.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import 'package:pdg_app/widgets/register/top_shape.dart';
import 'package:pdg_app/widgets/register/bottom_shape.dart';
import 'package:provider/provider.dart';

import '../router/router.gr.dart';

class RegisterScreen extends StatelessWidget {
const RegisterScreen({Key? key}) : super(key: key);

Expand Down

0 comments on commit 55e67c9

Please sign in to comment.