Synced files: - Quote wizard frontend (all components, hooks, types, config) - API updates (config, models, routers, schemas, services) - Client work (bg-builders, gurushow) - Scripts (BGB Lesley termination, CIPP, Datto, migration) - Temp files (Bardach contacts, VWP investigation, misc) - Credentials and session logs - Email service, PHP API, session logs Machine: ACG-M-L5090 Timestamp: 2026-03-10 19:11:00 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
705 B
TypeScript
10 lines
705 B
TypeScript
export { StepWelcome, type StepWelcomeProps } from './StepWelcome';
|
|
export { StepServiceDiscovery, type StepServiceDiscoveryProps } from './StepServiceDiscovery';
|
|
export { Step1CompanyProfile, type Step1CompanyProfileProps } from './Step1CompanyProfile';
|
|
export { Step2GPSMonitoring, type Step2GPSMonitoringProps } from './Step2GPSMonitoring';
|
|
export { Step3SupportPlan, type Step3SupportPlanProps } from './Step3SupportPlan';
|
|
export { Step4VoIP, type Step4VoIPProps } from './Step4VoIP';
|
|
export { Step5WebEmail, type Step5WebEmailProps } from './Step5WebEmail';
|
|
export { Step6Summary, type Step6SummaryProps } from './Step6Summary';
|
|
export { Step7Contact, type Step7ContactProps } from './Step7Contact';
|