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,4 +1,5 @@
import Component from "@ember/component";
import $ from "jquery";
import { cook } from "discourse/lib/text";
export default Component.extend({