feat: new layout
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export const BaseGender = [
|
||||
{ title: 'Nam', value: 1 },
|
||||
{ title: 'Nữ', value: 2 },
|
||||
{ title: 'Khác', value: 3 },
|
||||
];
|
||||
|
||||
{ title: "Nam", value: 1 },
|
||||
{ title: "Nữ", value: 2 },
|
||||
{ title: "Khác", value: 3 },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user