7 lines
251 B
TypeScript
7 lines
251 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'; // TODO: Add components after full migration
|