// Dashboard entry point import { render } from './lib/preact.js'; import { html } from './lib/preact.js'; import { App } from './components/App.js'; // Mount the app render(html`<${App} />`, document.getElementById('app'));