10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
|
const api = new API(API_URL);
|
||
|
|
||
|
const root = document.getElementById("root");
|
||
|
|
||
|
async function init() {
|
||
|
finishedLoading();
|
||
|
}
|
||
|
|
||
|
init();
|