mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
a6b11b8c0c
no issue - adds blank `/dashboard` route ready for future 4.0 related changes - `/` now redirects to `/dashboard` instead of `/site` - adds "Dashboard" link to main nav menu
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
|
|
|
export default class DashboardRoute extends AuthenticatedRoute {
|
|
}
|