Skip to content

Commit 159bc57

Browse files
authored
Merge pull request #58 from Alonski/patch-1
Update htmlSafe call to 'ember/string'
2 parents 4dd623c + c5ae55b commit 159bc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/helpers/inline-svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { htmlSafe } from '@ember/template';
1+
import { htmlSafe } from '@ember/string';
22
import { assert } from '@ember/debug';
33
import { get } from '@ember/object';
44

0 commit comments

Comments
 (0)