aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/fixtures/react-component/src/components/PragmaComment.jsx
blob: d8ea778107be214af09012109b37676cb2e96543 (plain) (blame)
1
2
3
4
5
/** @jsxImportSource react */

export default function() {
  return <div className="pragma-comment">Hello world</div>;
}