@@ -29,12 +29,14 @@ npm run dev
2929 rel = " stylesheet"
3030 href = " https://fonts.googleapis.com/css2?family=Inter:wght@400;800& display=swap"
3131 />
32+
3233 <link rel = " icon" type = " image/svg+xml" href = " /favicon.svg" />
3334 <title >TinyBase / JavaScript + React</title >
3435 </head >
3536
3637 <body >
3738 <div id = " app" ></div >
39+
3840 <script type = " module" src = " /src/index.jsx" ></script >
3941 </body >
4042</html >
@@ -335,6 +337,7 @@ npm run dev
335337 rel = " stylesheet"
336338 href = " https://fonts.googleapis.com/css2?family=Inter:wght@400;800& display=swap"
337339 />
340+
338341 <link rel = " icon" type = " image/svg+xml" href = " /favicon.svg" />
339342 <title >TinyBase / JavaScript</title >
340343 </head >
@@ -369,6 +372,7 @@ npm run dev
369372 <pre id = " tablesJson" ></pre >
370373 </details >
371374 </div >
375+
372376 <script type = " module" src = " /src/index.js" ></script >
373377 </body >
374378</html >
@@ -603,12 +607,14 @@ npm run dev
603607 rel = " stylesheet"
604608 href = " https://fonts.googleapis.com/css2?family=Inter:wght@400;800& display=swap"
605609 />
610+
606611 <link rel = " icon" type = " image/svg+xml" href = " /favicon.svg" />
607612 <title >TinyBase / TypeScript + React</title >
608613 </head >
609614
610615 <body >
611616 <div id = " app" ></div >
617+
612618 <script type = " module" src = " /src/index.tsx" ></script >
613619 </body >
614620</html >
@@ -871,7 +877,6 @@ table.sortedTable thead th {
871877}
872878" ,
873879 " src/index.tsx" : " import './index.css';
874-
875880import ReactDOM from ' react-dom/client' ;
876881import {App } from ' ./App' ;
877882
@@ -944,6 +949,7 @@ npm run dev
944949 rel = " stylesheet"
945950 href = " https://fonts.googleapis.com/css2?family=Inter:wght@400;800& display=swap"
946951 />
952+
947953 <link rel = " icon" type = " image/svg+xml" href = " /favicon.svg" />
948954 <title >TinyBase / TypeScript</title >
949955 </head >
@@ -978,6 +984,7 @@ npm run dev
978984 <pre id = " tablesJson" ></pre >
979985 </details >
980986 </div >
987+
981988 <script type = " module" src = " /src/index.ts" ></script >
982989 </body >
983990</html >
@@ -1185,7 +1192,6 @@ table.sortedTable thead th {
11851192}
11861193",
11871194 "src/index.ts": "import './index.css';
1188-
11891195import { app } from './app';
11901196
11911197addEventListener('load', app);
0 commit comments