From ccfc863728f2684bfd7a0000f3c45d44821f8065 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 7 May 2021 01:44:47 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a3f0600..61229f5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -17,9 +17,10 @@ import { RecoverAccount, Signup, Project, - Clients, + Users, Settings, UserSettings, + CreateUser, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -87,14 +88,23 @@ const App = () => { - + - - + + + + + + + + + + +