chore: fix imports

This commit is contained in:
Mo
2022-03-21 12:17:07 -05:00
parent e1da2be835
commit 5d2469fa7d
3 changed files with 9 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import {
HistoryEntry,
NoteHistoryEntry,
RevisionListEntry,
} from '@standardnotes/snjs/dist/@types';
} from '@standardnotes/snjs';
import { calculateDifferenceBetweenDatesInDays } from '../utils';
export type LegacyHistoryEntry = {