mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
e903046813
- created new central settings page and moved there all settings from the nav menu
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
|
|
|
export default class SettingsRoute extends AuthenticatedRoute {
|
|
}
|