Skip to content

Commit

Permalink
Merge pull request #22 from TaskWeaver/hotfix-1
Browse files Browse the repository at this point in the history
fix: fix import address
  • Loading branch information
jjoonleo authored Jan 8, 2024
2 parents 7546e32 + e020e49 commit 3383cd4
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 3383cd4

Please sign in to comment.