🎨 styles: border radius input common default

:%s
This commit is contained in:
lytrankieio123
2021-09-14 14:01:19 +07:00
parent faf0bc1e35
commit 0eb8ade730
5 changed files with 18 additions and 11 deletions

View File

@@ -119,3 +119,14 @@ export const FEATURED = [
]
export const DEFAULT_BLOG_PAGE_SIZE=6;
export const STATE_OPTIONS = [
{
name: 'Hồ Chí Minh',
value: 'Hồ Chí Minh',
},
{
name: 'Hà Nội',
value: 'Hà Nội',
},
]