fix: enable all sub-routes
This commit is contained in:
parent
401ac316c1
commit
aa3c3df5da
@ -15,7 +15,7 @@ function App() {
|
|||||||
<Routes>
|
<Routes>
|
||||||
<Route path="/password" element={<SetPassword />} />
|
<Route path="/password" element={<SetPassword />} />
|
||||||
<Route
|
<Route
|
||||||
index
|
path="/*"
|
||||||
element={
|
element={
|
||||||
<SessionProvider>
|
<SessionProvider>
|
||||||
<Header />
|
<Header />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user