forked from LeenkxTeam/Kmake
4 lines
53 B
JavaScript
4 lines
53 B
JavaScript
// b.mjs
|
|
import "./c.mjs";
|
|
console.log("Execute b");
|