Exporter la fonction de const Default ne fonctionne pas

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