aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/esm/third.mjs
blob: f5ba5cc8472d4367192559b6e1199c625c74422f (plain) (blame)
1
2
3
4
import { end, start } from "./startEnd.mjs";

start("Third");
end("Third");