From 84b0d0adcc82b05b66280ea1186fc88c86facde8 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 24 Aug 2019 20:20:18 -0500 Subject: [PATCH] add routing --- src/FilterLists.Web.V2/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index 335b8162c..e4c43629a 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -70,7 +70,7 @@ const Donate = (): JSX.Element => Donate ; -const NotFound = (props: RouteComponentProps) => +const NotFound = (props: RouteComponentProps): JSX.Element =>

404 Not Found: {props.location.pathname}

; \ No newline at end of file