mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
214158bee8
refs https://github.com/TryGhost/Team/issues/450 - swapped individual step routes for single launch route and query params to allow for easier management of step content and preview via components - defined all wizard steps inside of launch controller - updated templates to use a fixed preview across all steps
4 lines
131 B
JavaScript
4 lines
131 B
JavaScript
import AuthenticatedRoute from 'ghost-admin/routes/authenticated';
|
|
|
|
export default class LaunchRoute extends AuthenticatedRoute {}
|