export const options = [ { value: 'js', label: 'JavaScript' }, { value: 'py', label: 'Python' }, { value: 'rb', label: 'Ruby' }, { value: '', label: 'その他' }, ];