We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8befea commit 81f761bCopy full SHA for 81f761b
src/App.tsx
@@ -1,5 +1,6 @@
1
import React from 'react'
2
import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-dom'
3
+import { ToastContainer } from 'react-tiny-toast'
4
5
import { useAppSelector } from './app/hooks'
6
import { Navbar } from './components/Navbar'
@@ -46,6 +47,7 @@ function App() {
46
47
}
48
/>
49
</Routes>
50
+ <ToastContainer />
51
</div>
52
</Router>
53
)
0 commit comments