mirror of
https://github.com/Noooste/garage-ui.git
synced 2026-08-29 16:37:10 +00:00
feat: integrate sonner for toast notifications and update project metadata
This commit is contained in:
@@ -4,6 +4,7 @@ import { Layout } from '@/components/layout/layout';
|
||||
import { Dashboard } from '@/pages/Dashboard';
|
||||
import { Buckets } from '@/pages/Buckets';
|
||||
import { AccessControl } from '@/pages/AccessControl';
|
||||
import { Toaster } from 'sonner';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
@@ -17,6 +18,7 @@ function App() {
|
||||
</Route>
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
<Toaster richColors position="bottom-right" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user