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

Fixed lint

This commit is contained in:
Rish 2020-05-01 20:58:29 +05:30
parent 216d8b1a14
commit a61ce9c690

View file

@ -1,9 +1,6 @@
import {ParentContext} from '../ParentContext';
import MemberAvatar from '../common/MemberGravatar';
import ActionButton from '../common/ActionButton';
import InputField from '../common/InputField';
import PlansSection from '../common/PlansSection';
import Switch from '../common/Switch';
const React = require('react');