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