diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index e4c43629a..dc88bea5d 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -33,6 +33,11 @@ const Logo = (): JSX.Element => height="44px" style={{ background: '#fff' }} />; +const NotFound = (props: RouteComponentProps): JSX.Element => +
{props.location.pathname}
+ {props.location.pathname}
-