export default 123
export const str = 'ABC' export const arr = ['A','B','C'] export const hello = (a,b) => { return a+b }