Skip to content

Commit

Permalink
import htmlSafe from @ember/template
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Mar 18, 2022
1 parent eb2ebf3 commit 8ded7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/app/controllers/demos/direct-style.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 8ded7d8

Please # to comment.