We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c194fd0 commit 39515a3Copy full SHA for 39515a3
1 file changed
src/themes/custom/app/thumbnail/thumbnail.component.ts
@@ -1,12 +1,12 @@
1
import { CommonModule } from '@angular/common';
2
import { Component } from '@angular/core';
3
import { TranslateModule } from '@ngx-translate/core';
4
+import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader';
5
6
import { ThemedLoadingComponent } from '../../../../app/shared/loading/themed-loading.component';
7
import { SafeUrlPipe } from '../../../../app/shared/utils/safe-url-pipe';
8
import { VarDirective } from '../../../../app/shared/utils/var.directive';
9
import { ThumbnailComponent as BaseComponent } from '../../../../app/thumbnail/thumbnail.component';
-import {NgxSkeletonLoaderModule} from "ngx-skeleton-loader";
10
11
@Component({
12
selector: 'ds-themed-thumbnail',
0 commit comments