diff --git a/src/App.tsx b/src/App.tsx index 72e40f2..425b039 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,46 +12,49 @@ import Footer from './components/Footer/Footer'; import Topbar from './components/Navbar/Topbar'; import { Bounce, ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; +import { WebSocketProvider } from './providers/WebSocketProvider'; function App() { return ( - <> - {/* Navbar */} - + + <> + {/* Navbar */} + - {/* Route configuration */} - - - } /> - } /> - } /> - } /> - } - /> - {/* TODO: collection/wallet routes */} - - - + {/* Route configuration */} + + + } /> + } /> + } /> + } /> + } + /> + {/* TODO: collection/wallet routes */} + + + -