5 lines
49 B
TypeScript
5 lines
49 B
TypeScript
import {Post} from './post';
|
|
|
|
export {
|
|
Post
|
|
} |