From 46cad4de97b3cd78694a9f5571d9991f50252119 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 21 May 2021 22:42:23 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index b972f76..edc039a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,8 @@ import { Feature, Category, Prototype, + AddCategory, + CategorySettings, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -91,16 +93,34 @@ const App = () => { + + +