mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Remove payments page from app routing
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user