Skip to content

Commit

Permalink
fix: fix import address
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoonleo committed Jan 8, 2024
1 parent 7546e32 commit e020e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/config/routes.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:front/domain/presentation/home/home.dart';
import 'package:front/domain/presentation/login/email_singin.dart';
import 'package:front/domain/presentation/login/login.dart';
import 'package:front/domain/presentation/login/signIn.dart';
import 'package:front/domain/presentation/login/signin.dart';

class RouteName {
static const home = '/';
Expand Down

0 comments on commit e020e49

Please sign in to comment.