From 0048643b09b212c3457c460e55a12619aef13a9e Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 16 Jun 2021 00:40:59 +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 f24d516..de4d5cf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -32,6 +32,7 @@ import { FeatureSettings, TemplateSettings, AddProject, + UpdateProject, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -104,6 +105,9 @@ const App = () => { + + +