⛔Named export 'xxx' not found❗️
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ error ⟩ SyntaxError ⟩ Named export 'xxx' not found
replit:import ES modules
// ⭐️ To use this file as an ES module,
// add this line to "package.json".
// -----------------------------------------------------------------
//
// "type": "module",
//
// -----------------------------------------------------------------
// import {days as dayNames} from "date-names";
// ^^^^
// -----------------------------------------------------------------
// ⛔ SyntaxError: Named export 'days' not found.
// -----------------------------------------------------------------