mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed lint
This commit is contained in:
parent
8fba983e6d
commit
12bec6011b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import {getActivePage, isAccountPage, isOfferPage} from './pages';
|
||||||
import ActionHandler from './actions';
|
import ActionHandler from './actions';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
import NotificationParser from './utils/notifications';
|
import NotificationParser from './utils/notifications';
|
||||||
import {createPopupNotification, getCurrencySymbol, getFirstpromoterId, getPriceIdFromPageQuery, getProductCadenceFromPrice, getProductFromId, getQueryPrice, getSiteDomain, isActiveOffer, isComplimentaryMember, isInviteOnlySite, isPaidMember, isSentryEventAllowed, removePortalLinkFromUrl} from './utils/helpers';
|
import {createPopupNotification, getCurrencySymbol, getFirstpromoterId, getPriceIdFromPageQuery, getProductCadenceFromPrice, getProductFromId, getQueryPrice, getSiteDomain, isActiveOffer, isInviteOnlySite, isPaidMember, isSentryEventAllowed, removePortalLinkFromUrl} from './utils/helpers';
|
||||||
|
|
||||||
const {handleDataAttributes} = require('./data-attributes');
|
const {handleDataAttributes} = require('./data-attributes');
|
||||||
const React = require('react');
|
const React = require('react');
|
||||||
|
|
Loading…
Add table
Reference in a new issue