5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
export * from './category.entity';
|
|
export * from './comment.entity';
|
|
export * from './post.entity';
|
|
export * from './tag.entity';
|