Finalized profile flow, setup status bar color, and add some improvement
This commit is contained in:
9
src/model/DropdownData/CityData.tsx
Normal file
9
src/model/DropdownData/CityData.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
const cityData = [
|
||||
{label: 'Jakarta Selatan', value: '1'},
|
||||
{label: 'Bandung', value: '2'},
|
||||
{label: 'Semarang', value: '3'},
|
||||
{label: 'Surabaya', value: '4'},
|
||||
{label: 'Denpasar', value: '5'},
|
||||
];
|
||||
|
||||
export default cityData;
|
Reference in New Issue
Block a user