From a4655469f5d5bc21a0d29421e39b4c11a6cd083c Mon Sep 17 00:00:00 2001 From: Darragh ORiordan Date: Thu, 21 Sep 2023 19:00:50 +1000 Subject: [PATCH] feat: wip wip --- src/electron/devHistory/services/chrome-browser-history.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {