<script type="module"> import { hello } from './hello.mjs'; // Or the extension could be just `.js` hello('world'); </script>