Skip to content

Commit

Permalink
fix: refact import (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahnitam authored Nov 6, 2022
1 parent 620ae58 commit a3f69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import 'package:livrodin/pages/home_page.dart';
import 'package:livrodin/pages/login_page.dart';
import 'package:livrodin/pages/profile_edit_page.dart';
import 'package:livrodin/pages/profile_page.dart';
import 'package:livrodin/pages/register_page.dart';
import 'package:livrodin/pages/reset_password_page.dart';
import 'package:livrodin/pages/resgister_page.dart';
import 'package:livrodin/services/book_service.dart';
import 'package:livrodin/services/user_service.dart';

Expand Down

0 comments on commit a3f69db

Please sign in to comment.