I need help getting what amounts to a straightforward module export/import to work. I followed docs/notes online for construction a rudimentary module, with the export statement at the top, then in the calling script, I reference the item within the module in the import statement and the "stupid" error appears
Uncaught SyntaxError: import declarations may only appear at top level of a module
Uncaught SyntaxError: import declarations may only appear at top level of a module