const Hello = () => { console.log('hello')} export { Hello }; Hello();