From fb544b6e4644febc24a7216de3c955d0339f507f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 17 Jun 2021 03:27:07 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index de4d5cf..1fcfc89 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -33,6 +33,8 @@ import { TemplateSettings, AddProject, UpdateProject, + Payments, + SupportMessaging, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -102,12 +104,21 @@ const App = () => { + + + + + + + + +