mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
import PostModel from './post';
|
||
|
|
||
|
export default PostModel.extend({
|
||
|
displayName: 'page'
|
||
|
});
|