Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Export @solana/errors from the main library (#2324)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Mar 15, 2024
1 parent 24520c4 commit bf1f7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/library/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from '@solana/accounts';
export * from '@solana/addresses';
export * from '@solana/codecs';
export * from '@solana/errors';
export * from '@solana/functional';
export * from '@solana/instructions';
export * from '@solana/keys';
Expand Down

0 comments on commit bf1f7bd

Please sign in to comment.