import { start, end } from "./startEnd.mjs"; start("Second"); import "./second-child.mjs"; end("Second");