mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-16 20:43:01 +03:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
|
import MobileContentView from 'ghost/views/mobile/content-view';
|
||
|
|
||
|
var PostsPostView = MobileContentView.extend();
|
||
|
|
||
|
export default PostsPostView;
|