parent
313d328928
commit
1693567813
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ createRoot(document.getElementById('root')).render(
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route path="/" element={<HomePage />} />
|
<Route path="/" element={<HomePage />} />
|
||||||
<Route path="/warn" element={<WarningPage />} />
|
<Route path="/warn" element={<WarningPage />} />
|
||||||
s <Route path="/name" element={<NamePage />} />
|
<Route path="/name" element={<NamePage />} />
|
||||||
<Route path="/sprite" element={<Animation />} />
|
<Route path="/sprite" element={<Animation />} />
|
||||||
<Route path='/video' element={<PlayVideo />} />
|
<Route path='/video' element={<PlayVideo />} />
|
||||||
<Route path="/introduction" element={<IntroductionPage />} />
|
<Route path="/introduction" element={<IntroductionPage />} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue