- 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>
6 lines
203 B
TypeScript
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';
|