Add scopes

This commit is contained in:
Jeremy Thomas
2024-06-26 01:49:55 +01:00
parent fd13432ccc
commit 5b9f3a0d2a
6 changed files with 146 additions and 19 deletions

View File

@@ -8,6 +8,7 @@
</head>
<body>
<div id="root"></div>
<div class="box">Box</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>