esbuild-wasm-bundler/other.tsx

3 lines
108 B
TypeScript
Raw Normal View History

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