Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
adptCode committed Nov 14, 2024
1 parent 294aeb2 commit 838e447
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Component,
EventEmitter,
Input,
OnInit,
type OnInit,
Output,
ViewChild,
inject
Expand All @@ -23,7 +23,7 @@ import { SendSolutionModalComponent } from 'src/app/modules/modals/send-solution
import { RestrictedModalComponent } from 'src/app/modules/modals/restricted-modal/restricted-modal.component'
import { RelatedService } from '../../../../services/related.service'
import { UserService } from 'src/app/services/user.service'
import { SolutionResults } from 'src/app/models/solution-results.model'
import { type SolutionResults } from 'src/app/models/solution-results.model'

@Component({
selector: 'app-challenge-info',
Expand Down Expand Up @@ -145,8 +145,6 @@ implements OnInit {
console.log('No solutions found or data format issue')
}
})


}

toggleDropdown (): void {
Expand Down

0 comments on commit 838e447

Please sign in to comment.