diff --git a/ui/src/Components/NavBar/index.js b/ui/src/Components/NavBar/index.js index 553a60249..cd918c293 100644 --- a/ui/src/Components/NavBar/index.js +++ b/ui/src/Components/NavBar/index.js @@ -8,6 +8,8 @@ import ReactResizeDetector from "react-resize-detector"; import IdleTimer from "react-idle-timer"; +import Flash from "react-reveal/Flash"; + import { AlertStore } from "Stores/AlertStore"; import { Settings } from "Stores/Settings"; import { SilenceFormStore } from "Stores/SilenceFormStore"; @@ -122,7 +124,11 @@ const NavBar = observer(