6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
Promise.resolve("./pages/live/live.js").then((res) => {
|
|
res.length;
|
|
});
|
|
Promise.resolve("./app.css.js").then(() => {
|
|
});
|