From 40ed53a947abc13525d4f89d69c5690fd9417489 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Tue, 15 Jun 2021 02:04:21 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index dee936b..f24d516 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -31,6 +31,7 @@ import { CategorySettings, FeatureSettings, TemplateSettings, + AddProject, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -100,6 +101,9 @@ const App = () => { + + +