diff --git a/pages/_app.tsx b/pages/_app.tsx index 368e035..1d811a0 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,3 +1,4 @@ +import { Toaster } from "@/components/ui/toaster"; import ThemeProvider from "@/context/ThemesContext"; import "@/styles/globals.css"; import type { AppProps } from "next/app"; @@ -11,8 +12,7 @@ function MultisigApp({ Component, pageProps }: AppProps) { {showChainSelect && } - {showChainSelect && } - + );