esbuild-wasm-bundler/test/other.tsx

3 lines
108 B
TypeScript
Raw Permalink Normal View History

2024-06-10 22:51:23 -04:00
import React from "react";
console.log(React.createElement("div", {}, "hey"));
2024-06-08 08:09:56 -04:00
export default "TEST STRING";