export default tabs = { beauty: [ { id: 'music', title: 'Music' }, { id: 'beauty', title: 'Beauty' }, { id: 'fashion', title: 'Fashion' }, { id: 'clothes', title: 'Clothes'} ], fashion: [ { id: 'shoes', title: 'Shoes', }, { id: 'beauty', title: 'Beauty', }, { id: 'fashion', title: 'Fashion', }, { id: 'places', title: 'Places', } ], }