mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Fix "ember/no-global-jquery" lint (#24586)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import Component from "@ember/component";
|
||||
import $ from "jquery";
|
||||
import { cook } from "discourse/lib/text";
|
||||
|
||||
export default Component.extend({
|
||||
|
Reference in New Issue
Block a user