mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: split the preferences pages
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
import { Route, Switch } from 'react-router-dom';
|
||||
import preferencesRoutes from '@/routes/preferences';
|
||||
import { getPreferenceRoutes } from '@/routes/preferences';
|
||||
|
||||
export default function DashboardContentRoute() {
|
||||
const preferencesRoutes = getPreferenceRoutes();
|
||||
|
||||
return (
|
||||
<Route pathname="/preferences">
|
||||
<Switch>
|
||||
|
||||
Reference in New Issue
Block a user