From d4f75aa8c80685a6ca5555952a0fca78feb33076 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 24 May 2023 13:45:01 +0100 Subject: [PATCH] Remove payments page from app routing --- src/App.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 67d42dd..0917687 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,7 +27,6 @@ import { TemplateSettings, AddProject, UpdateProject, - Payments, Support, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; @@ -111,14 +110,6 @@ const App = () => { } /> - - - - } - />