11 lines
199 B
JavaScript
11 lines
199 B
JavaScript
// project import
|
|
import other from './other';
|
|
|
|
// ==============================|| MENU ITEMS ||============================== //
|
|
|
|
const menuItems = {
|
|
items: [other]
|
|
};
|
|
|
|
export default menuItems;
|