deno/cli/tests/jsx_import_from_ts.ts

4 lines
67 B
TypeScript

import app from "./jsx_import_from_ts.App.jsx";
console.log(app);