export default Discourse.Route.extend({
  redirect() {
    this.transitionTo('adminWizard', 'first');
  }
});