Update index.tsx

This commit is contained in:
암냥 2025-08-29 01:21:40 +09:00 committed by GitHub
commit fc98619cd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ function TimelineRedirect() {
export default function App() {
return (
<ThemeProvider>
<ThemeProvider defaultTheme="light">
<BrowserRouter>
<Routes>
<Route path="/" element={<Page />} />