Skip to content

Commit

Permalink
Add context exports
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Apr 14, 2024
1 parent 091839a commit 709495c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
// src/index.ts

// UI Components
export { default as DepositButton } from "./components/v1/DepositButton";

// Contexts
export { BoringVaultV1Provider } from "./contexts/v1/BoringVaultContextV1";

0 comments on commit 709495c

Please sign in to comment.