icons list and create group icon
This commit is contained in:
@@ -77,6 +77,8 @@ import AccessLogsList from '../pages/accessLogs/AccessLogsList'
|
||||
import AccessLogsStats from '../pages/accessLogs/AccessLogsStats'
|
||||
import ErrorLogs from '../pages/accessLogs/ErrorLogs'
|
||||
import PermissionLogs from '../pages/accessLogs/PermissionLogs'
|
||||
import IconsList from '../pages/icon/List.tsx'
|
||||
import GroupIconList from '../pages/icon/GroupList'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -165,6 +167,9 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.accessLogs.stats} element={<AccessLogsStats />} />
|
||||
<Route path={Pages.accessLogs.errors} element={<ErrorLogs />} />
|
||||
<Route path={Pages.accessLogs.permissions} element={<PermissionLogs />} />
|
||||
|
||||
<Route path={Pages.icons.list} element={<IconsList />} />
|
||||
<Route path={Pages.icons.groupList} element={<GroupIconList />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user