DEV: Update htmlSafe import (#288)

This commit is contained in:
Jarek Radosz 2024-04-27 12:00:41 +02:00 committed by GitHub
parent f214591721
commit 9103fee7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { htmlSafe } from "@ember/template";
import DModal from "discourse/components/d-modal";
import htmlSafe from "discourse-common/helpers/html-safe";
import i18n from "discourse-common/helpers/i18n";
const QueryHelp = <template>