Remove payments page from app routing

This commit is contained in:
Hazem Krimi
2023-05-24 13:45:01 +01:00
parent 3792581758
commit d4f75aa8c8
-9
View File
@@ -27,7 +27,6 @@ import {
TemplateSettings,
AddProject,
UpdateProject,
Payments,
Support,
} from './pages';
import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types';
@@ -111,14 +110,6 @@ const App = () => {
</Protected>
}
/>
<Route
path='/payments/:id'
element={
<Protected>
<Payments />
</Protected>
}
/>
<Route
path='/add-project'
element={