Finalized profile flow, setup status bar color, and add some improvement

This commit is contained in:
Mochammad Adhi Buchori
2025-04-19 14:04:34 +07:00
parent ef2bc641ac
commit 608e03558d
25 changed files with 901 additions and 92 deletions

View 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;