export const randomChooseHanaName = () => { const hanaNames = ['']; return hanaNames[Math.floor(Math.random() * hanaNames.length)]; };