adding toastr nice

This commit is contained in:
Arjun Patel
2022-01-14 16:54:53 -08:00
parent 5bda645dae
commit ba88e7af27
3 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function MyApp({ Component, pageProps }) {
<Component {...pageProps} />
</AuthProvider>
<Toaster />
<Toaster position="top-center" />
</SiteLayout>
);
}