Impl of Language selection and more #11

Merged
latenightdef merged 24 commits from mrrpmeowfurry/fifty-shades-of-bully:main into develop 2025-06-25 19:26:22 +00:00
Showing only changes of commit 313d328928 - Show all commits

View file

@ -18,7 +18,7 @@ createRoot(document.getElementById('root')).render(
<Routes>
<Route path="/" element={<HomePage />} />
<Route path="/warn" element={<WarningPage />} />
<Route path="/name" element={<NamePage />} />
s <Route path="/name" element={<NamePage />} />
<Route path="/sprite" element={<Animation />} />
<Route path='/video' element={<PlayVideo />} />
<Route path="/introduction" element={<IntroductionPage />} />