mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: split the preferences pages
This commit is contained in:
@@ -3,7 +3,7 @@ import { lazy } from 'react';
|
||||
|
||||
const BASE_URL = '/preferences';
|
||||
|
||||
export default [
|
||||
export const getPreferenceRoutes = () => [
|
||||
{
|
||||
path: `${BASE_URL}/general`,
|
||||
component: lazy(() => import('@/containers/Preferences/General/General')),
|
||||
|
||||
Reference in New Issue
Block a user