6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
export * from './auth';
|
|
export * from './customer';
|
|
export * from './slot';
|
|
export * from './order';
|
|
export * from './service';
|