const Schedule_constructor = { init: async () => { let html = await fetch('/lib/pages/schedule/constructor/index.html').then((response) => response.text()); app.innerHTML = html; } }