import { hello } from './hello.js'; export function entrypoint() { hello(); }