export class ExploreCodeComponent {

  constructor(public stateService: StateService) {
    this.stateService.set('section', 'explore-code');
  }