1.5.7
Profile memory Comment cleanup
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
// ════════════════════════════════════════════════════════════════════════
|
||||
// main.js — Entry point. Imports the app and mounts it into the page.
|
||||
// ------------------------------------------------------------------------
|
||||
// main.js - Entry point. Imports the app and mounts it into the page.
|
||||
//
|
||||
// This is the file loaded by index.html as <script type="module">.
|
||||
// It does nothing except wire the root component to the DOM node.
|
||||
@@ -8,7 +8,7 @@
|
||||
// 1. index.html contains <div id="root"></div>
|
||||
// 2. index.html loads THIS file as <script type="module" src="...">
|
||||
// 3. The browser console (F12) shows no import errors
|
||||
// ════════════════════════════════════════════════════════════════════════
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
import { h, render } from '../vendor/preact.js';
|
||||
import { UTCIForecast } from './app.js';
|
||||
|
||||
Reference in New Issue
Block a user