10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
|
import {} from './wrapper/index.js';
|
||
|
|
||
|
// import { test } from './testVideo.js';
|
||
|
import { test } from './testAlist.js';
|
||
|
|
||
|
(async function () {
|
||
|
await test();
|
||
|
debugger;
|
||
|
})();
|