Export DesktopInterface from desktop and add PlatformContext

This commit is contained in:
Brendan Allan 2025-12-08 13:43:36 +08:00
parent 923bf36593
commit d531dff8d3
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
11 changed files with 71 additions and 20 deletions

View file

@ -23,6 +23,6 @@
</script>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.ts" type="module"></script>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>