Feat: use popper to render notifications

This commit is contained in:
Cesar 2020-12-29 20:43:19 +00:00 committed by Josh Harvey
parent 55dc3aab94
commit d51c16c314
3 changed files with 1 additions and 4 deletions

View file

@ -13,7 +13,6 @@ import AddMachine from 'src/pages/AddMachine'
import { ReactComponent as AddIconReverse } from 'src/styling/icons/button/add/white.svg'
import { ReactComponent as AddIcon } from 'src/styling/icons/button/add/zodiac.svg'
import { ReactComponent as Logo } from 'src/styling/icons/menu/logo.svg'
import { ReactComponent as NotificationIconZodiac } from 'src/styling/icons/menu/notification-zodiac.svg'
import { ReactComponent as NotificationIcon } from 'src/styling/icons/menu/notification.svg'
import styles from './Header.styles'