Fungsi Ekspor Default Const tidak berfungsi

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