bugfix/27-route-matching #28

Merged
philipp merged 6 commits from bugfix/27-route-matching into dev 2021-03-31 17:07:20 +00:00
Showing only changes of commit 2e7a718daa - Show all commits

View File

@ -11,7 +11,7 @@
<body class="dark:bg-gray-900 text-black dark:text-white p-0">
<div id="app"></div>
<script src="/env.js"></script>
<script type="module" src="/src/main.js"></script>
<script defer type="module" src="/src/main.js"></script>
</body>
</html>