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?