0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed lint

This commit is contained in:
Rishabh 2021-09-02 15:32:50 +05:30
parent 1642afc25a
commit 5427943177

View file

@ -7,7 +7,6 @@ import InputForm from '../common/InputForm';
import {ValidateInputForm} from '../../utils/form';
import {getSiteProducts, getSitePrices, hasMultipleProducts, hasOnlyFreePlan, isInviteOnlySite, getAvailableProducts, hasMultipleProductsFeature} from '../../utils/helpers';
import {ReactComponent as InvitationIcon} from '../../images/icons/invitation.svg';
import {hasMode} from '../../utils/check-mode';
const React = require('react');