3 lines
51 B
JavaScript
3 lines
51 B
JavaScript
(async() => {
|
|
await import('./index.mjs');
|
|
})();
|
(async() => {
|
|
await import('./index.mjs');
|
|
})();
|