1 2 3 4 5 6 7 8
import { end, start } from "./startEnd.mjs"; start("First"); import "./second.mjs"; import "./third.mjs"; end("First");