DEV: Fix "ember/no-global-jquery" lint (#24586)

This commit is contained in:
Jarek Radosz
2023-11-28 10:53:38 +01:00
committed by GitHub
parent 22210a9c15
commit 916e1371b3
6 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import $ from "jquery";
import { withPluginApi } from "discourse/lib/plugin-api";
import I18n from "discourse-i18n";