Skip to content

Commit 39515a3

Browse files
committed
Fix build
1 parent c194fd0 commit 39515a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { CommonModule } from '@angular/common';
22
import { Component } from '@angular/core';
33
import { TranslateModule } from '@ngx-translate/core';
4+
import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
45

56
import { ThemedLoadingComponent } from '../../../../app/shared/loading/themed-loading.component';
67
import { SafeUrlPipe } from '../../../../app/shared/utils/safe-url-pipe';
78
import { VarDirective } from '../../../../app/shared/utils/var.directive';
89
import { ThumbnailComponent as BaseComponent } from '../../../../app/thumbnail/thumbnail.component';
9-
import {NgxSkeletonLoaderModule} from "ngx-skeleton-loader";
1010

1111
@Component({
1212
selector: 'ds-themed-thumbnail',

0 commit comments

Comments
 (0)