fix: add JSX pragma for compatibility with nano-jsx

This commit is contained in:
Chipperfluff 2025-07-20 16:07:19 +02:00
parent b8bb0ada52
commit cea4a62aa7

View File

@ -1,3 +1,4 @@
/** @jsx h */
import { h, render, Component } from 'nano-jsx'
class RickGamePanel extends Component {