|
1 | 1 | import type * as React from "react"; |
2 | 2 | import * as ReactDOM from "react-dom"; |
3 | 3 | import App from "./App.tsx"; |
4 | | -import * as ImportJsValue from "./ImportJsValue.gen"; |
5 | | -import * as Uncurried from "./Uncurried.gen"; |
| 4 | +import * as ImportJsValue from "./ImportJsValue.gen.tsx"; |
| 5 | +import * as Uncurried from "./Uncurried.gen.tsx"; |
6 | 6 | import "./index.css"; |
7 | | -import * as DocStrings from "./Docstrings.gen"; |
8 | | -import Hooks from "./Hooks.gen"; |
| 7 | +import * as DocStrings from "./Docstrings.gen.tsx"; |
| 8 | +import Hooks from "./Hooks.gen.tsx"; |
9 | 9 | import * as MyMath from "./MyMath.tsx"; |
10 | | -import { Universe_Nested2_Nested3_nested3Value } from "./NestedModules.gen"; |
11 | | -import * as Records from "./Records.gen"; |
12 | | -import * as TestPromise from "./TestPromise.gen"; |
13 | | -import * as Variants from "./Variants.gen"; |
| 10 | +import { Universe_Nested2_Nested3_nested3Value } from "./NestedModules.gen.tsx"; |
| 11 | +import * as Records from "./Records.gen.tsx"; |
| 12 | +import * as TestPromise from "./TestPromise.gen.tsx"; |
| 13 | +import * as Variants from "./Variants.gen.tsx"; |
14 | 14 | import { |
15 | 15 | printManyPayloads, |
16 | 16 | printVariantWithPayload, |
17 | 17 | printVariantWithPayloads, |
18 | 18 | testManyPayloads, |
19 | 19 | testVariantWithPayloads, |
20 | 20 | testWithPayload, |
21 | | -} from "./VariantsWithPayload.gen"; |
22 | | -import * as Types from "./nested/Types.gen"; |
| 21 | +} from "./VariantsWithPayload.gen.tsx"; |
| 22 | +import * as Types from "./nested/Types.gen.tsx"; |
23 | 23 |
|
24 | 24 | const consoleLog = console.log; |
25 | 25 |
|
|
0 commit comments