UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

7 lines 231 B
import { jsx as _jsx } from "react/jsx-runtime"; const MyComponent = () => _jsx("div", { children: "Hello" }); function App() { return _jsx(MyComponent, {}); } export default App; //# sourceMappingURL=BasicComponent.test.js.map