Exportieren Sie die Standard -Const -Funktion nicht

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