refactor: convert absolute imports to relative ones (#5438)

This commit is contained in:
Vladislav Shkodin
2021-05-30 18:49:33 +02:00
committed by GitHub
parent 1b78edadf0
commit 3a826b43a2
47 changed files with 136 additions and 203 deletions

View File

@ -16,12 +16,12 @@ import {
ENTRY_DELETE_SUCCESS,
ADD_DRAFT_ENTRY_MEDIA_FILE,
REMOVE_DRAFT_ENTRY_MEDIA_FILE,
} from 'Actions/entries';
} from '../actions/entries';
import {
UNPUBLISHED_ENTRY_PERSIST_REQUEST,
UNPUBLISHED_ENTRY_PERSIST_SUCCESS,
UNPUBLISHED_ENTRY_PERSIST_FAILURE,
} from 'Actions/editorialWorkflow';
} from '../actions/editorialWorkflow';
import { get } from 'lodash';
import { selectFolderEntryExtension, selectHasMetaPath } from './collections';
import { join } from 'path';