You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
366 B

  1. // project import
  2. import pages from './pages';
  3. import dashboard from './dashboard';
  4. import utilities from './utilities';
  5. import support from './support';
  6. // ==============================|| MENU ITEMS ||============================== //
  7. const menuItems = {
  8. items: [dashboard, pages, utilities, support]
  9. };
  10. // pages, utilities, support
  11. export default menuItems;