Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Oct 23, 2023
1 parent 846c977 commit 5dfc52f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ import { DropdownModule } from 'primeng/dropdown';
import { InputTextModule } from 'primeng/inputtext';
import { PanelModule } from 'primeng/panel';
import { RadioButtonModule } from 'primeng/radiobutton';
import {
CustomScrollRestoreDirective,
SeoService,
} from '@sagebionetworks/shared/util';
import { SeoService } from '@sagebionetworks/shared/util';
import { getSeoData } from './challenge-search-seo-data';

@Component({
Expand All @@ -97,7 +94,6 @@ import { getSeoData } from './challenge-search-seo-data';
imports: [
CalendarModule,
CommonModule,
CustomScrollRestoreDirective,
DividerModule,
DropdownModule,
InputTextModule,
Expand Down
6 changes: 1 addition & 5 deletions libs/openchallenges/challenge/src/lib/challenge.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,14 @@ import { ChallengeOverviewComponent } from './challenge-overview/challenge-overv
import { ChallengeStargazersComponent } from './challenge-stargazers/challenge-stargazers.component';
import { ChallengeStatsComponent } from './challenge-stats/challenge-stats.component';
import { CommonModule } from '@angular/common';
import {
CustomScrollRestoreDirective,
SeoService,
} from '@sagebionetworks/shared/util';
import { SeoService } from '@sagebionetworks/shared/util';
import { getSeoData } from './challenge-seo-data';

@Component({
selector: 'openchallenges-challenge',
standalone: true,
imports: [
CommonModule,
CustomScrollRestoreDirective,
RouterModule,
MatTabsModule,
MatIconModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,14 @@ import { OrgProfileChallengesComponent } from './org-profile-challenges/org-prof
import { OrgProfileMembersComponent } from './org-profile-members/org-profile-members.component';
import { OrgProfileOverviewComponent } from './org-profile-overview/org-profile-overview.component';
import { OrgProfileStatsComponent } from './org-profile-stats/org-profile-stats.component';
import {
CustomScrollRestoreDirective,
SeoService,
} from '@sagebionetworks/shared/util';
import { SeoService } from '@sagebionetworks/shared/util';
import { getSeoData } from './org-profile-seo-data';

@Component({
selector: 'openchallenges-org-profile',
standalone: true,
imports: [
CommonModule,
CustomScrollRestoreDirective,
RouterModule,
MatTabsModule,
MatIconModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,14 @@ import { DropdownModule } from 'primeng/dropdown';
import { InputTextModule } from 'primeng/inputtext';
import { PanelModule } from 'primeng/panel';
import { RadioButtonModule } from 'primeng/radiobutton';
import {
CustomScrollRestoreDirective,
SeoService,
} from '@sagebionetworks/shared/util';
import { SeoService } from '@sagebionetworks/shared/util';
import { getSeoData } from './org-search-seo-data';

@Component({
selector: 'openchallenges-org-search',
standalone: true,
imports: [
CommonModule,
CustomScrollRestoreDirective,
DividerModule,
DropdownModule,
InputTextModule,
Expand Down

0 comments on commit 5dfc52f

Please sign in to comment.