Pre rename dir
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react'
|
||||
import Icon from '@ant-design/icons'
|
||||
import SidebarSubmenu from '@/components/common/sidebar/SidebarSubmenu'
|
||||
import SidebarSubmenu from '@/components/common/sidebar_/SidebarSubmenu'
|
||||
|
||||
type ItemProps = {
|
||||
icon?: IconComponent
|
||||
@@ -2,8 +2,8 @@ import React from 'react'
|
||||
import Icon from '@ant-design/icons'
|
||||
import '@/assets/css/components/common/sidebar.scss'
|
||||
import { getLocalStorage, setLocalStorage } from '@/util/browser'
|
||||
import SidebarSeparate from '@/components/common/sidebar/SidebarSeparate'
|
||||
import SidebarFooter from '@/components/common/sidebar/SidebarFooter'
|
||||
import SidebarSeparate from '@/components/common/sidebar_/SidebarSeparate'
|
||||
import SidebarFooter from '@/components/common/sidebar_/SidebarFooter'
|
||||
|
||||
interface SidebarProps extends React.PropsWithChildren {
|
||||
title: string
|
||||
Reference in New Issue
Block a user