platform-codebase/@packages/@plugins/booking/src/index.ts

6 lines
203 B
TypeScript
Executable file

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