Skip to content

Commit

Permalink
fix(contract): export less thing to keep o1js version
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Mar 28, 2024
1 parent c67b76c commit acb21fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contract/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Roulette } from "./roulette.js"
import { RoulettePG, RoulettePGContract, RouletteProof } from "./roulettePG.js"
export { Roulette, RoulettePG, RoulettePGContract, RouletteProof }
// import { RoulettePG, RoulettePGContract, RouletteProof } from "./roulettePG.js"
export { Roulette }

0 comments on commit acb21fc

Please sign in to comment.