diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4e2053b..55d3e06 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,7 +8,6 @@ import { ErrorBoundary } from './components/ErrorBoundary'; import { ToastContainer } from './components/Toast'; import { useToast } from './hooks/useToast'; import { createContext, useContext } from 'react'; -import { colors, radius } from './theme'; // Create toast context to share toast functionality across the app interface ToastContextType { @@ -48,10 +47,10 @@ function App() { return ( -
+
-
+
@@ -85,7 +84,7 @@ function App() { -