const color = 'red' const otherColor = 'green' const A = () => (

test

) const B = () => (

test

) export default () => (
)