6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
|
import PostModel from './post';
|
||
|
|
||
|
export default PostModel.extend({
|
||
|
|
||
|
});
|