Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 4929a26

Browse files
committed
Update counter.gen.tsx
1 parent 6ea9475 commit 4929a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript-react-example/src/counter.gen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
import * as counterBS__Es6Import from './counter.bs';
77
const counterBS: any = counterBS__Es6Import;
88

9-
import {aa as Machine_aa} from './Machine.gen';
9+
import type {aa as Machine_aa} from './Machine.gen';
1010

1111
export const b: Machine_aa = {tag:"A", value:counterBS.b._0};

0 commit comments

Comments
 (0)