mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
a62e0771f0
commit
44a9180fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export const App: React.FC = () => (
|
|||
<Switch>
|
||||
<Route exact path="/" component={ListsTable} />
|
||||
<Route path="/lists/*" component={ListsTable} />
|
||||
<Route path="*" component={NotFound} />
|
||||
<Route path="*" component={NotFound} status={404} />
|
||||
</Switch>
|
||||
</div>
|
||||
</Content>
|
||||
|
|
|
|||
Loading…
Reference in a new issue