Make studio.ui available before the UI is loaded

This was a regression introduced by b83164f26f
This commit is contained in:
Aria Minaei 2023-07-17 12:25:20 +02:00 committed by Aria
parent bcfb91fbb7
commit 35fe1c375c
5 changed files with 104 additions and 67 deletions

View file

@ -0,0 +1,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Theatre.js Playground</title>
<script src="./index.tsx" type="module"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>