🎨 styles: header menu

:%s
This commit is contained in:
lytrankieio123
2021-08-25 11:42:22 +07:00
parent 4d3ba63eaf
commit 2d0ac99822
7 changed files with 88 additions and 27 deletions

View File

@@ -9,8 +9,9 @@ export const ROUTE = {
HOME: '/',
PRODUCTS: '/products',
ABOUT: '/about',
ACCOUNT: '/account',
BUSSINESS: '/bussiness',
CONTACT: '/contact',
FAQ: '/faq',
CUSTOMER_SERVICE: '/customer-service',
@@ -19,6 +20,16 @@ export const ROUTE = {
BLOGS: '/blogs',
}
export const ACCOUNT_TAB = {
CUSTOMER_INFO: '',
ORDER: 'orders',
FAVOURITE: 'wishlist',
}
export const QUERY_KEY = {
TAB: 'tab'
}
export const KEY = {
ENTER: 'Enter',
}