const filename = (t) => t.toLowerCase().replaceAll(' ', '-')+'.txt' export default filename