From 0bb7a8eb5f245beb8dc9fac3cd4933e021e1e8ac Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 24 Aug 2019 15:35:44 -0500 Subject: [PATCH] explicitly define return types --- src/FilterLists.Web.V2/src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/FilterLists.Web.V2/src/App.tsx b/src/FilterLists.Web.V2/src/App.tsx index c7dfcc82a..d41e9f416 100644 --- a/src/FilterLists.Web.V2/src/App.tsx +++ b/src/FilterLists.Web.V2/src/App.tsx @@ -21,13 +21,13 @@ export const App: React.FC = () => ; -const Logo = () => +const Logo = (): JSX.Element => FilterLists logo; -const CopyrightAuthor = () => +const CopyrightAuthor = (): JSX.Element => ©{new Date().getFullYear()}  Collin M. Barrett ; -const Community = () => +const Community = (): JSX.Element => Community ; -const GitHub = () => +const GitHub = (): JSX.Element => GitHub ; -const Api = () => +const Api = (): JSX.Element => API ; -const Donate = () => +const Donate = (): JSX.Element =>