esbuild-wasm-bundler/app.tsx

6 lines
128 B
TypeScript
Raw Normal View History

2024-06-03 11:39:19 -04:00
import React from "react";
import * as Other from "other";
console.log(Other.default);
React.render(Other.app, document.body);