chore: improve toast and show once

This commit is contained in:
Rodolfo Ruiz
2025-07-03 21:25:42 -06:00
parent eb49416000
commit 7757334c7b
3 changed files with 12 additions and 14 deletions

View File

@@ -9,14 +9,9 @@ import App from './App.jsx'
createRoot(document.getElementById('root')).render(
<StrictMode>
<ThemeProvider theme={theme}>
<SnackbarProvider maxSnack={3}
autoHideDuration={5000}
anchorOrigin={{
vertical: 'top',
horizontal: 'right',
}}>
<SnackbarProvider maxSnack={3} autoHideDuration={3000}>
<App />
</SnackbarProvider>
</ThemeProvider>
</StrictMode>,
)
)