Skip to content

Commit

Permalink
fixed abstract contract formula namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 21, 2024
1 parent cb62dd1 commit 5533e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formulas/formulas/contract/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * as abstract from './abstract'
export * from './daoCore'
export * from './delegation'
export * from './distribution'
Expand All @@ -9,6 +10,5 @@ export * from './proposal'
export * from './staking'
export * as valence from './valence'
export * from './voting'
export * from './abstract'

export * from './common'

0 comments on commit 5533e45

Please sign in to comment.