14 lines
375 B
JavaScript
14 lines
375 B
JavaScript
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', }
|
|
],
|
|
} |