diff --git a/pages/_app.tsx b/pages/_app.tsx index eba9f278..8fe41e6c 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,5 +1,6 @@ import Head from "next/head"; import { Provider } from "react-redux"; +import { BtcWalletSelectorContextProvider } from "btc-wallet"; import type { AppProps } from "next/app"; import { PersistGate } from "redux-persist/integration/react"; import { ErrorBoundary } from "@sentry/react"; @@ -15,15 +16,17 @@ export default function MyApp({ Component, pageProps }: AppProps) { - - - - - Burrow Finance - - - - + + + + + + Burrow Finance + + + + + ); }