mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add routing
This commit is contained in:
parent
73c6dc3ee8
commit
84b0d0adcc
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const Donate = (): JSX.Element =>
|
|||
Donate
|
||||
</a>;
|
||||
|
||||
const NotFound = (props: RouteComponentProps) =>
|
||||
const NotFound = (props: RouteComponentProps): JSX.Element =>
|
||||
<h2>
|
||||
404 Not Found: <code>{props.location.pathname}</code>
|
||||
</h2>;
|
||||
Loading…
Reference in a new issue