mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
9 lines
236 B
JavaScript
9 lines
236 B
JavaScript
|
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
||
|
import styleBody from 'ghost-admin/mixins/style-body';
|
||
|
|
||
|
export default AuthenticatedRoute.extend(styleBody, {
|
||
|
titleToken: 'Site',
|
||
|
|
||
|
classNames: ['view-site']
|
||
|
});
|