Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions e2e/react-router/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
import Root from './routes/root'
import Welcome from './routes/welcome'
import PrivacyDemo from './routes/privacy-demo'
import HttpTest from './routes/http-test'

function rootAction() {
const contact = { name: 'hello' }
Expand Down Expand Up @@ -57,6 +58,7 @@ const router = createBrowserRouter(
</Route>
<Route path={'/welcome'} element={<Welcome />} />
<Route path={'/privacy'} element={<PrivacyDemo />} />
<Route path={'/http-test'} element={<HttpTest />} />
</>,
),
)
Expand Down
Loading
Loading