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

Commit

Permalink
Update counter.gen.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoc committed May 13, 2021
1 parent 6ea9475 commit 4929a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript-react-example/src/counter.gen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import * as counterBS__Es6Import from './counter.bs';
const counterBS: any = counterBS__Es6Import;

import {aa as Machine_aa} from './Machine.gen';
import type {aa as Machine_aa} from './Machine.gen';

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

0 comments on commit 4929a26

Please sign in to comment.