8 lines
224 B
JavaScript
8 lines
224 B
JavaScript
|
export default tabs = {
|
||
|
categories: [
|
||
|
{ id: 'popular', title: 'Popular' },
|
||
|
{ id: 'beauty', title: 'Beauty' },
|
||
|
{ id: 'fashion', title: 'Fashion' },
|
||
|
{ id: 'car_motorcycle', title: 'Car & Motorcycle' },
|
||
|
],
|
||
|
}
|