diff --git a/config/routes.ts b/config/routes.ts index 934c8c05..a269819e 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -9,7 +9,7 @@ { name: 'login', path: '/user/login', - component: './User/Login', + component: './user/Login', }, ], },