diff --git a/src/electron/devHistory/services/chrome-browser-history.ts b/src/electron/devHistory/services/chrome-browser-history.ts index aaa89b4..e0f71a8 100644 --- a/src/electron/devHistory/services/chrome-browser-history.ts +++ b/src/electron/devHistory/services/chrome-browser-history.ts @@ -7,7 +7,7 @@ import { convertDateToMicrosecondsSinceWindowsEpoch, convertMicrosecondsToDate, } from './time-wrangler' -import { ChromeHistoryEntry } from './ChromeHistoryEntry' +import { ChromeHistoryEntry } from '../models/ChromeHistoryEntry' export type SupportedOS = 'linux' | 'win32' | 'darwin' function getChromeHistoryDatabasePath(os: SupportedOS) {