diff options
author | Vitaly Takmazov | 2022-11-20 05:59:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 0930332430de0b9f123ecb556949c8db54a92359 (patch) | |
tree | 61eca561df695a48b8ba2d1cd47744e98f14b61d /vnext/src/App.js | |
parent | d3cfc10a2087579f44b3bf91576c2f4ca518326a (diff) |
Fix comment/edit/pm
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"> |