Skip to content

Commit 81f761b

Browse files
markeriksontimdorr
authored andcommitted
Render ToastContainer
# Conflicts: # src/App.tsx
1 parent e8befea commit 81f761b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-dom'
3+
import { ToastContainer } from 'react-tiny-toast'
34

45
import { useAppSelector } from './app/hooks'
56
import { Navbar } from './components/Navbar'
@@ -46,6 +47,7 @@ function App() {
4647
}
4748
/>
4849
</Routes>
50+
<ToastContainer />
4951
</div>
5052
</Router>
5153
)

0 commit comments

Comments
 (0)