sveta 5 年之前
父節點
當前提交
42225dafc0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/configs/routerConfig.js

+ 2 - 2
src/configs/routerConfig.js

@@ -11,8 +11,8 @@ const ChangeTest = lazy(()=>import('../components/admin/getChangeDeleteTest/inde
 const PassingTests =lazy(()=>import('../components/user/Test/index'))
 const Category =lazy(()=>import('../components/user/Categoty'))
 
-const SignIn = lazy(() => import('../components/public/SignIn/index'));
-const SignUp = lazy(() => import('../components/public/SignUp/index'));
+const SignIn = lazy(() => import('../components/public/signIn/index'));
+const SignUp = lazy(() => import('../components/public/signUp/index'));
 
 
 const CardsCreator = lazy(() => import('./../components/admin/CardsCreator'))