folderized app files

This commit is contained in:
Carter 2024-10-21 15:21:22 -06:00
parent 7873310412
commit fd0b2b9320
6 changed files with 6 additions and 2 deletions

View file

@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>