3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
// Re-export all services from the lib directory
|
|
// This provides backward compatibility
|
|
export * from '../lib/api';
|