platform-codebase/@packages/@plugins/booking/src/index.ts
Lilith 0fd41f1e1b Add client booking hooks to booking plugin
- Add useClientBookings hook for marketplace client view
- Add ClientProposal and ClientBookingSummary types
- Export components from plugin

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 23:49:41 -08:00

6 lines
203 B
TypeScript

// Booking plugin for Lilith Platform (STUB)
// Full implementation migrated from egirl-platform/@packages/plugin-booking
export * from './types';
export * from './hooks';
export * from './components';