Skip to content

Commit

Permalink
Rewrite demo to JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 17, 2024
1 parent 66bebf5 commit 425fe70
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 227 deletions.
2 changes: 1 addition & 1 deletion test/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./index.ts"></script>
<script type="module" src="./index.tsx"></script>
</body>
</html>
226 changes: 0 additions & 226 deletions test/demo/index.ts

This file was deleted.

Loading

0 comments on commit 425fe70

Please sign in to comment.