10 lines
133 B
JavaScript
Raw Normal View History

2025-02-17 23:04:50 +01:00
const api = new API(API_URL);
const root = document.getElementById("root");
async function init() {
finishedLoading();
}
init();