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 = () => { + + + + + + + + +