Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
veganbeef authored and github-actions[bot] committed Jun 15, 2024
1 parent 37ff890 commit e950673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/abi/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './quest-factory.js';
export * from './quest-factory.js'
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export {

export { PluginActionNotImplementedError } from './errors/plugin.js'

export * from './abi/quest-factory.js';
export * from './abi/quest-factory.js'

export type {
SwapActionParams,
Expand Down

0 comments on commit e950673

Please sign in to comment.