Skip to content

Commit c194fd0

Browse files
committed
Fix build
1 parent f2d84e2 commit c194fd0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/themes/custom/app/home-page/home-page.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { HomeCoarComponent } from '../../../../app/home-page/home-coar/home-coar
1111
import { ThemedHomeNewsComponent } from '../../../../app/home-page/home-news/themed-home-news.component';
1212
import { HomePageComponent as BaseComponent } from '../../../../app/home-page/home-page.component';
1313
import { SuggestionsPopupComponent } from '../../../../app/notifications/suggestions-popup/suggestions-popup.component';
14+
import { ThemedAdvancedTopSectionComponent } from '../../../../app/shared/explore/section-component/advanced-top-section/themed-advanced-top-section.component';
1415
import { ThemedBrowseSectionComponent } from '../../../../app/shared/explore/section-component/browse-section/themed-browse-section.component';
1516
import { ThemedCarouselSectionComponent } from '../../../../app/shared/explore/section-component/carousel-section/themed-carousel-section.component';
1617
import { ThemedCountersSectionComponent } from '../../../../app/shared/explore/section-component/counters-section/themed-counters-section.component';
@@ -48,6 +49,7 @@ import { ViewTrackerComponent } from '../../../../app/statistics/angulartics/dsp
4849
ThemedCarouselSectionComponent,
4950
ThemedGridSectionComponent,
5051
ThemedTwitterSectionComponent,
52+
ThemedAdvancedTopSectionComponent,
5153
],
5254
})
5355
export class HomePageComponent extends BaseComponent {

src/themes/custom/app/thumbnail/thumbnail.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { ThemedLoadingComponent } from '../../../../app/shared/loading/themed-lo
66
import { SafeUrlPipe } from '../../../../app/shared/utils/safe-url-pipe';
77
import { VarDirective } from '../../../../app/shared/utils/var.directive';
88
import { ThumbnailComponent as BaseComponent } from '../../../../app/thumbnail/thumbnail.component';
9+
import {NgxSkeletonLoaderModule} from "ngx-skeleton-loader";
910

1011
@Component({
1112
selector: 'ds-themed-thumbnail',
@@ -14,7 +15,7 @@ import { ThumbnailComponent as BaseComponent } from '../../../../app/thumbnail/t
1415
// templateUrl: './thumbnail.component.html',
1516
templateUrl: '../../../../app/thumbnail/thumbnail.component.html',
1617
standalone: true,
17-
imports: [VarDirective, CommonModule, ThemedLoadingComponent, TranslateModule, SafeUrlPipe],
18+
imports: [VarDirective, CommonModule, ThemedLoadingComponent, TranslateModule, SafeUrlPipe, NgxSkeletonLoaderModule],
1819
})
1920
export class ThumbnailComponent extends BaseComponent {
2021
}

0 commit comments

Comments
 (0)