This commit is contained in:
Tom McLaughlin 2024-02-05 07:26:18 -08:00
parent 0b51d0296d
commit 42e57e1cbf
4 changed files with 10 additions and 22 deletions

3
dist/index.b51a33b4.css vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/index.b51a33b4.css.map vendored Normal file

File diff suppressed because one or more lines are too long

22
dist/index.html vendored

File diff suppressed because one or more lines are too long

View File

@ -9,16 +9,12 @@
<script type="text/javascript">
window.module_data = "INSERT_DATA_HERE";
</script>
<style>
@import "tachyons";
</style>
</head>
<body>
<div id="root"></div>
<script>
<script type="module">
import "./index.tsx";
</script>
</body>