From 0a6e398e1a3fae1cf30726bc5467343d4bf85860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rge=20N=C3=A6ss?= Date: Tue, 8 Oct 2024 17:03:52 +0200 Subject: [PATCH] chore(core) type errors after rebase --- .../sanity/src/core/store/_legacy/document/document-store.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/sanity/src/core/store/_legacy/document/document-store.ts b/packages/sanity/src/core/store/_legacy/document/document-store.ts index 813962d3fdc..8aeec78a0d8 100644 --- a/packages/sanity/src/core/store/_legacy/document/document-store.ts +++ b/packages/sanity/src/core/store/_legacy/document/document-store.ts @@ -23,9 +23,7 @@ import { } from './document-pair/operationEvents' import {type OperationsAPI} from './document-pair/operations' import {validation} from './document-pair/validation' -import {getVisitedDocuments} from './getVisitedDocuments' import {type PairListenerOptions} from './getPairListener' -import {createDocumentsStorage} from './documentsStorage' import {getInitialValueStream, type InitialValueMsg, type InitialValueOptions} from './initialValue' import {listenQuery, type ListenQueryOptions} from './listenQuery' import {resolveTypeForDocument} from './resolveTypeForDocument'