first
This commit is contained in:
10
src/menu-items/index.js
Normal file
10
src/menu-items/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// project import
|
||||
import other from './other';
|
||||
|
||||
// ==============================|| MENU ITEMS ||============================== //
|
||||
|
||||
const menuItems = {
|
||||
items: [other]
|
||||
};
|
||||
|
||||
export default menuItems;
|
||||
Reference in New Issue
Block a user