Skip to content

Commit 99036d8

Browse files
authored
fix: import htmlSafe from @ember/template, not @ember/string (#992)
1 parent b0fe61c commit 99036d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/ember-table/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Component from '@ember/component';
22
import { computed } from '@ember/object';
3-
import { htmlSafe } from '@ember/string';
3+
import { htmlSafe } from '@ember/template';
44
import {
55
setupTableStickyPolyfill,
66
teardownTableStickyPolyfill,

0 commit comments

Comments
 (0)