mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Remove payments page from app routing
This commit is contained in:
@@ -27,7 +27,6 @@ import {
|
|||||||
TemplateSettings,
|
TemplateSettings,
|
||||||
AddProject,
|
AddProject,
|
||||||
UpdateProject,
|
UpdateProject,
|
||||||
Payments,
|
|
||||||
Support,
|
Support,
|
||||||
} from './pages';
|
} from './pages';
|
||||||
import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types';
|
import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types';
|
||||||
@@ -111,14 +110,6 @@ const App = () => {
|
|||||||
</Protected>
|
</Protected>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Route
|
|
||||||
path='/payments/:id'
|
|
||||||
element={
|
|
||||||
<Protected>
|
|
||||||
<Payments />
|
|
||||||
</Protected>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<Route
|
<Route
|
||||||
path='/add-project'
|
path='/add-project'
|
||||||
element={
|
element={
|
||||||
|
|||||||
Reference in New Issue
Block a user