diff options
Diffstat (limited to 'cli/tests/jsx_import_from_ts.ts')
-rw-r--r-- | cli/tests/jsx_import_from_ts.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/jsx_import_from_ts.ts b/cli/tests/jsx_import_from_ts.ts new file mode 100644 index 000000000..3cc916698 --- /dev/null +++ b/cli/tests/jsx_import_from_ts.ts @@ -0,0 +1,3 @@ +import app from "./jsx_import_from_ts.App.jsx"; + +console.log(app); |