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