Fixed layout and routing

This commit is contained in:
Patrick Alvin Alcala 2025-09-24 17:55:40 +08:00
parent c57727e20a
commit ddff738d2e
5 changed files with 54 additions and 26 deletions

View file

@ -18,6 +18,6 @@
<body class="body">
<div id="root"></div>
<script type="module" src="/src/layouts/Layout.tsx"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>