server/src/storage/fileCategory/index.ts

5 lines
170 B
TypeScript

export * from './entities/fileCategory.entity';
export * from './fileCategory.controller';
export * from './fileCategory.module';
export * from './fileCategory.service';