I want to import some public functions from another js file. But an error `Cannot use import statement outside a module` happened. How to fix this?
I want to import some public functions from another js file. But an error
Cannot use import statement outside a modulehappened. How to fix this?