Skip to content

Commit

Permalink
Move mshots functions from my-sites to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
spen committed Apr 5, 2019
1 parent e42acd1 commit 6206d9e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import FormSelect from 'components/forms/form-select';

import SiteImporterSitePreview from './site-importer-site-preview';

import { prefetchmShotsPreview } from './site-preview-actions';
import { prefetchmShotsPreview } from 'lib/mshots';

import { recordTracksEvent } from 'state/analytics/actions';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ExternalLink from 'components/external-link';
import MiniSitePreview from 'components/mini-site-preview';
import ErrorPane from 'my-sites/importer/error-pane';
import { recordTracksEvent } from 'state/analytics/actions';
import { loadmShotsPreview } from 'my-sites/importer/site-importer/site-preview-actions';
import { loadmShotsPreview } from 'lib/mshots';
import ImportableContent from 'my-sites/importer/site-importer/site-importer-importable-content';
import ImporterActionButton from 'my-sites/importer/importer-action-buttons/action-button';
import ImporterActionButtonContainer from 'my-sites/importer/importer-action-buttons/container';
Expand Down
2 changes: 1 addition & 1 deletion client/state/importer-nux/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
IMPORTER_NUX_FROM_SIGNUP_SET,
IMPORT_IS_SITE_IMPORTABLE_START_FETCH,
} from 'state/action-types';
import { loadmShotsPreview } from 'my-sites/importer/site-importer/site-preview-actions';
import { loadmShotsPreview } from 'lib/mshots';
import wpLib from 'lib/wp';
import SignupActions from 'lib/signup/actions';

Expand Down

0 comments on commit 6206d9e

Please sign in to comment.