Skip to content

Commit

Permalink
remove import from jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Aug 1, 2022
1 parent 4aa6bc2 commit ba243e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/-private/query.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Ceibo from '@ro0gr/ceibo';
import { getAdapter } from '../adapters/index';
import { default as $ } from 'jquery';
import { $ } from './helpers';
import { isVisible, containsText } from './element';
import deprecate from './deprecate';

Expand Down

0 comments on commit ba243e6

Please sign in to comment.