1 2 3 4 5
import { start, end } from "./startEnd.mjs"; start("Second (nested import)"); end("Second (nested import)");