Skip to content

Commit

Permalink
docs: fix wrong module name in types import (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
matilingutierrez authored Feb 11, 2025
1 parent 64b82d8 commit e44dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/protocol-kit/guides/execute-transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pnpm add @safe-global/api-kit \
import {
MetaTransactionData,
OperationType
} from '@safe-global/types-types'
} from '@safe-global/types-kit'
```

{/* <!-- vale on --> */}
Expand Down

0 comments on commit e44dfc1

Please sign in to comment.