Skip to content

Commit

Permalink
clean up x2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Apr 2, 2024
1 parent 827a6cb commit ec9de7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/openchallenges/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './lib/avatar/mock-avatars';
export * from './lib/challenge-card/challenge-card.component';
export * from './lib/challenge-card/mock-challenges';
export * from './lib/challenge-card/mock-platforms';
// export * from './lib/challenge-card/challenge-property-labels';
export * from './lib/checkbox-filter/checkbox-filter.component';
export * from './lib/checkbox-filter/filter.model';
export * from './lib/checkbox-filter/filter-panel.model';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Observable } from 'rxjs';
@Component({
selector: 'openchallenges-challenge-card',
standalone: true,
imports: [CommonModule, MatIconModule, RouterModule, IncentiveLabelPipe],
imports: [CommonModule, IncentiveLabelPipe, MatIconModule, RouterModule],
templateUrl: './challenge-card.component.html',
styleUrls: ['./challenge-card.component.scss'],
})
Expand Down

0 comments on commit ec9de7b

Please sign in to comment.