aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/tag-cloud/tag-item/tag-item.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/tag-cloud/tag-item/tag-item.component.ts')
-rw-r--r--src/angular/tag-cloud/tag-item/tag-item.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular/tag-cloud/tag-item/tag-item.component.ts b/src/angular/tag-cloud/tag-item/tag-item.component.ts
index f2e2fa7..7da8f36 100644
--- a/src/angular/tag-cloud/tag-item/tag-item.component.ts
+++ b/src/angular/tag-cloud/tag-item/tag-item.component.ts
@@ -1,5 +1,5 @@
import { Component, EventEmitter, Input, Output, HostBinding } from "@angular/core";
-import template from "./tag-item.component.html";
+import { template } from "./tag-item.component.html";
@Component({
selector: 'sdc-tag-item',