fix: restore velocity web build after webos merge

This commit is contained in:
Sagnik
2026-04-18 19:26:27 +05:30
parent 84e439712c
commit 37c06de749
3 changed files with 3 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ import { mapLeadRecordToStoreLead } from '@/lib/crmMappers';
import { mapInventoryPropertySummaryToUnit } from '@/lib/platformMappers';
import { useStore } from '@/store/useStore';
import type { ChatMessage } from '@/types';
import type { LeadRecord, ChatLogRecord } from '@/lib/api';
import type { LeadRecord } from '@/lib/api';
import { listInventoryProperties } from '@/lib/velocityPlatformClient';
export function useCrmBootstrap() {