Ghost/ghost/admin/app/routes/settings.js
Peter Zimon e903046813 Basic settings restructure
- created new central settings page and moved there all settings from the nav menu
2021-02-02 16:08:03 +00:00

5 lines
134 B
JavaScript

import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
export default class SettingsRoute extends AuthenticatedRoute {
}