Remove unused div

This commit is contained in:
Pieter Vander Vennet 2024-03-19 01:31:48 +01:00
parent a7b664a5f0
commit 7f41918dc5

View file

@ -18,7 +18,6 @@
<body>
<div id="maindiv" class="w-full">'maindiv' not attached</div>
<div id="extradiv">'extradiv' not attached</div>
<script type="module" src="./src/test.ts"></script>