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