fix: add missing ClientTimelineItem import in useDocuments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
DeleteWorkspaceDocumentDocument,
|
||||
} from "~~/graphql/generated";
|
||||
import { formatDocumentScope } from "~/composables/useWorkspaceDocuments";
|
||||
import type { ClientTimelineItem } from "~/composables/useTimeline";
|
||||
|
||||
|
||||
export type DocumentSortMode = "updatedAt" | "title" | "owner";
|
||||
|
||||
Reference in New Issue
Block a user