Ghost/ghost/admin/app/routes/whatsnew.js

10 lines
218 B
JavaScript
Raw Normal View History

import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
export default AuthenticatedRoute.extend({
buildRouteInfoMetadata() {
return {
titleToken: `What's new?`
};
}
});