|
@@ -1,8 +1,8 @@
|
|
|
|
+import LeftSide from '@/components/LeftSide'
|
|
import Guards from '@/components/Navigation'
|
|
import Guards from '@/components/Navigation'
|
|
import { NavigationGuardsProps } from '@/types/router'
|
|
import { NavigationGuardsProps } from '@/types/router'
|
|
import React from 'react'
|
|
import React from 'react'
|
|
import { Switch } from 'react-router-dom'
|
|
import { Switch } from 'react-router-dom'
|
|
-import LeftSide from './components/leftSide'
|
|
|
|
const Management:React.FC<NavigationGuardsProps> = props => {
|
|
const Management:React.FC<NavigationGuardsProps> = props => {
|
|
const { routeConfig, match, location } = props
|
|
const { routeConfig, match, location } = props
|
|
return (
|
|
return (
|