Better dir structure

This commit is contained in:
Gregory Schier
2023-02-18 20:30:39 -08:00
parent 51b6147445
commit bfa3418ee5
21 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
<body>
<div id="root"></div>
<div id="radix-portal"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src-web/main.tsx"></script>
</body>
</html>