3 lines
53 B
TypeScript
3 lines
53 B
TypeScript
export * from './article';
|
|
export * from './author';
|
export * from './article';
|
|
export * from './author';
|