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

@ -14,4 +14,4 @@ export function navigateToEntry(collectionName: string, slug: string) {
return history.replace(`/collections/${collectionName}/entries/${slug}`);
}
export default history;
export { history };