diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index 69ceb456..60d5212d 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -19,6 +19,7 @@ import { useCookies } from 'react-cookie'; import { me, trends } from './api'; import { useVisitor } from './ui/VisitorContext'; import Avatar from './ui/Avatar'; +import { Toaster } from 'react-hot-toast'; /** * @@ -114,6 +115,7 @@ export default function App({ footer }) { return ( <> <Header /> + <Toaster /> { <aside id="sidebar"> <div id="sidebar_wrapper"> |