esbuild-wasm-bundler/other.tsx
2024-06-10 22:51:23 -04:00

3 lines
108 B
TypeScript

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