refactor: 개발자도구 콘솔 에러 fix
parent
16839b1f46
commit
a7da041904
@ -1,55 +0,0 @@
|
||||
// third-party
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
|
||||
// assets
|
||||
import { IconBrandChrome, IconHelp, IconSitemap } from '@tabler/icons';
|
||||
|
||||
// constant
|
||||
const icons = {
|
||||
IconBrandChrome,
|
||||
IconHelp,
|
||||
IconSitemap
|
||||
};
|
||||
|
||||
// ==============================|| SAMPLE PAGE & DOCUMENTATION MENU ITEMS ||============================== //
|
||||
|
||||
const other = {
|
||||
id: 'sample-docs-roadmap',
|
||||
type: 'group',
|
||||
children: [
|
||||
{
|
||||
id: 'modalForm',
|
||||
title: <FormattedMessage id="modalForm" />,
|
||||
type: 'item',
|
||||
url: '/modalForm',
|
||||
icon: icons.IconHelp
|
||||
},
|
||||
{
|
||||
id: 'sample-page',
|
||||
title: <FormattedMessage id="sample-page" />,
|
||||
type: 'item',
|
||||
url: '/sample-page',
|
||||
icon: icons.IconBrandChrome,
|
||||
breadcrumbs: false
|
||||
},
|
||||
{
|
||||
id: 'documentation',
|
||||
title: <FormattedMessage id="documentation" />,
|
||||
type: 'item',
|
||||
url: 'https://codedthemes.gitbook.io/berry/',
|
||||
icon: icons.IconHelp,
|
||||
external: true,
|
||||
target: true
|
||||
}
|
||||
|
||||
// {
|
||||
// id: 'draggableModal',
|
||||
// title: <FormattedMessage id="DraggableModal" />,
|
||||
// type: 'item',
|
||||
// url: '/draggableModal',
|
||||
// icon: icons.IconHelp
|
||||
// }
|
||||
]
|
||||
};
|
||||
|
||||
export default other;
|
Loading…
Reference in New Issue