mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
cfd4e9e000
Closes #4097
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
import MobileIndexView from 'ghost/views/mobile/index-view';
|
|
|
|
var PostsIndexView = MobileIndexView.extend({
|
|
classNames: ['no-posts-box']
|
|
});
|
|
|
|
export default PostsIndexView;
|