|
@ -28,7 +28,7 @@ const InBetweenSite6 = React.lazy(() => |
|
|
|
|
|
|
|
|
const TestInfoPage = React.lazy(() => import("./pages/TestInfoPage")); |
|
|
const TestInfoPage = React.lazy(() => import("./pages/TestInfoPage")); |
|
|
|
|
|
|
|
|
const TestEndPage = React.lazy(() => import("./pages/TestEndPage")); |
|
|
|
|
|
|
|
|
const EndPage = React.lazy(() => import("./pages/EndPage")); |
|
|
const StartPage1 = React.lazy(() => import("./pages/study_site_1/StartPage1")); |
|
|
const StartPage1 = React.lazy(() => import("./pages/study_site_1/StartPage1")); |
|
|
const StartPage2 = React.lazy(() => import("./pages/study_site_2/StartPage2")); |
|
|
const StartPage2 = React.lazy(() => import("./pages/study_site_2/StartPage2")); |
|
|
const StartPage3 = React.lazy(() => import("./pages/study_site_3/StartPage3")); |
|
|
const StartPage3 = React.lazy(() => import("./pages/study_site_3/StartPage3")); |
|
@ -252,7 +252,7 @@ function App() { |
|
|
path="/end" |
|
|
path="/end" |
|
|
element={ |
|
|
element={ |
|
|
<React.Suspense fallback={<>...</>}> |
|
|
<React.Suspense fallback={<>...</>}> |
|
|
<TestEndPage /> |
|
|
|
|
|
|
|
|
<EndPage /> |
|
|
</React.Suspense> |
|
|
</React.Suspense> |
|
|
} |
|
|
} |
|
|
/> |
|
|
/> |
|
|