Skip to content

Commit

Permalink
import SafeString from @ember/template/-private/handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaulagiri committed May 16, 2024
1 parent 041126d commit e5bd029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Component from '@glimmer/component';
import { htmlSafe } from '@ember/template';
import type { SafeString } from '@ember/template';
import type { SafeString } from '@ember/template/-private/handlebars';
import { assert } from '@ember/debug';

import type { HdsInteractiveSignature } from '../interactive/';
Expand Down

0 comments on commit e5bd029

Please sign in to comment.