0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Fixed Lint

no refs

Removed unused icon
This commit is contained in:
Rishabh 2021-05-03 22:23:31 +05:30
parent 68d0bc0248
commit e9556466a2

View file

@ -5,7 +5,6 @@ import FrameStyle from './Frame.styles';
import Pages, {getActivePage} from '../pages'; import Pages, {getActivePage} from '../pages';
import PopupNotification from './common/PopupNotification'; import PopupNotification from './common/PopupNotification';
import {isCookiesDisabled} from '../utils/helpers'; import {isCookiesDisabled} from '../utils/helpers';
import {ReactComponent as PoweredIcon} from '../images/powered-icon.svg';
const React = require('react'); const React = require('react');