aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/tiles/tile.component.html.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/tiles/tile.component.html.ts')
-rw-r--r--src/angular/tiles/tile.component.html.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular/tiles/tile.component.html.ts b/src/angular/tiles/tile.component.html.ts
index 81803d5..2e96b42 100644
--- a/src/angular/tiles/tile.component.html.ts
+++ b/src/angular/tiles/tile.component.html.ts
@@ -1,4 +1,4 @@
-export default `
+export const template = `
<ng-content select="sdc-tile-header"></ng-content>
<ng-content select="sdc-tile-content"></ng-content>
<ng-content select="sdc-tile-footer"></ng-content>