Exportar la función constante constante no funciona

const myFunc = () => console.log("exported function")
export default myFunc
tinydev