diff --git a/packages/web-extension/src/utils/storage.ts b/packages/web-extension/src/utils/storage.ts index 934ab08d51..55369b76da 100644 --- a/packages/web-extension/src/utils/storage.ts +++ b/packages/web-extension/src/utils/storage.ts @@ -1,6 +1,6 @@ -import { eventWithTime } from '@amplitude/rrweb-types'; +import type { eventWithTime } from '@amplitude/rrweb-types'; import { openDB } from 'idb'; -import { Session } from '~/types'; +import type { Session } from '~/types'; /** * Storage related functions with indexedDB.