export class FourOhFourComponent {
  constructor(public stateService: StateService) {
    this.stateService.set('section', 'four-oh-four');
  }
}