Files
IoTManagerWeb/src/main.js

10 lines
191 B
JavaScript
Raw Normal View History

2021-09-16 02:00:52 +08:00
import App from './App.svelte';
console.log("[layout] IoTManagerWeb loaded — layout debug logs enabled");
2021-09-16 02:00:52 +08:00
const app = new App({
target: document.body,
props: {}
2021-09-16 02:00:52 +08:00
});
export default app;