cypress can not find component.js file when start component testing in chrome but there is still exists file component.js exactly as the path

I am newbie with Cypress and here is my problem.

I add the component test case into the component folder and ran it by web browser as the guide, but they said I have this error

my error : can not find module

as you can see in this picture, they said that they can not find module component.js

but I had this file in exactly in this folder as you can see in this picture

my component.js file's path

I do not know why I have this error ? Could you please give me some advice about this problem ? Thank you in advance.