export const settings = [ { id: 0, title: 'appearance', value: [ { id: 0, title: 'default_Theme' }, { id: 1, title: 'dark_Theme' }, { id: 2, title: 'light_Theme' } ] }, { id: 1, title: 'language', value: [ { id: 0, title: 'english' }, { id: 1, title: 'japanese' }, { id: 2, title: 'espanol' }, ] }, { id: 1, title: 'account', value: [ { id: 0, title: 'logout' }, ] } ]