mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-02-28 20:50:36 +00:00
chore: remove toast
This commit is contained in:
parent
95047b3d72
commit
6e1f545102
@ -1,4 +1,3 @@
|
||||
import { Toast } from '@/components/Toast'
|
||||
import { DefaultLayout } from '@/layouts/DefaultLayout'
|
||||
import { css, Global } from '@emotion/react'
|
||||
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
|
||||
@ -116,7 +115,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
|
||||
}
|
||||
`}
|
||||
/>
|
||||
<Toast />
|
||||
{/* <Toast /> */}
|
||||
{getLayout(<Component {...pageProps} />)}
|
||||
</QueryClientProvider>
|
||||
</LSDThemeProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user