We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04030ec commit 25f720cCopy full SHA for 25f720c
src/App.tsx
@@ -20,12 +20,11 @@ const App = () => {
20
<Navigation />
21
</Container>
22
<Switch>
23
- <Route exact path="/" component={TextList} />
24
<Route path="/text-list" component={TextList} />
25
<Route path="/image-list" component={ImageList} />
26
<Route path="/text-list-virtualized" component={TextListVirtualized} />
27
<Route path="/image-list-virtualized" component={ImageListVirtualized} />
28
- <Redirect to="/" />
+ <Redirect to="/text-list-virtualized" />
29
</Switch>
30
</Router>
31
0 commit comments