Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Oct 17, 2024
1 parent 97b3694 commit 1257b2b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { UserService as LocalUserService } from '@/utility/user.service';
import { UnsubscriberService } from '@/services/unsubscriber.service';
import { Component } from '@angular/core';
import { DateTime } from 'luxon';
import { Observable, combineLatest, firstValueFrom, map, tap, timer } from 'rxjs';
import { Observable, combineLatest, map, tap, timer } from 'rxjs';
import { ActiveChallengesRepo } from '@/stores/active-challenges.store';
import { slug } from '@/../tools/functions';
import { TeamService } from '@/api/team.service';
import { ToastService } from '@/utility/services/toast.service';
import { HubEventAction, NotificationService } from '@/services/notification.service';
import { NotificationService } from '@/services/notification.service';

@Component({
selector: 'app-practice-challenge-state-summary',
Expand Down

0 comments on commit 1257b2b

Please sign in to comment.