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() { export default function App() {
return ( return (
<ThemeProvider> <ThemeProvider defaultTheme="light">
<BrowserRouter> <BrowserRouter>
<Routes> <Routes>
<Route path="/" element={<Page />} /> <Route path="/" element={<Page />} />