esbuild-wasm-deno/test/other.tsx
2025-02-27 11:37:15 -05:00

3 lines
108 B
TypeScript

import React from "react";
console.log(React.createElement("div", {}, "hey"));
export default "TEST STRING";