diff --git a/test-app/app/controllers/demos/direct-style.js b/test-app/app/controllers/demos/direct-style.js index a9c0761b1..c5dc43bcf 100644 --- a/test-app/app/controllers/demos/direct-style.js +++ b/test-app/app/controllers/demos/direct-style.js @@ -1,7 +1,7 @@ import Controller from '@ember/controller'; import { action } from '@ember/object'; import { tracked } from '@glimmer/tracking'; -import { htmlSafe } from '@ember/string'; +import { htmlSafe } from '@ember/template'; import move from 'ember-animated/motions/move'; class Item {