refactor: convert absolute imports to relative ones (#5438)
This commit is contained in:
committed by
GitHub
parent
1b78edadf0
commit
3a826b43a2
@ -14,4 +14,4 @@ export function navigateToEntry(collectionName: string, slug: string) {
|
||||
return history.replace(`/collections/${collectionName}/entries/${slug}`);
|
||||
}
|
||||
|
||||
export default history;
|
||||
export { history };
|
||||
|
Reference in New Issue
Block a user