emberjs/ember-jquery

How to include in it component?

pRatikSathaye opened this issue · 2 comments

I am trying to import @ember/jquery in my component.
I did install @ember/jquery and @ember/optional-features and imported as below
import $ from '@ember/jquery'
but I am getting error missing module @ember/jquery in my component.

Is this the right way to import it? Am I missing something?

@pRatikSathaye , Did you find the right way?

import $ from 'jquery';