benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 174 forks source link

Cannot find module '../components/HelloWorld.svelte' or its corresponding type declarations. #225

Open Nishant-Pall opened 3 years ago

Nishant-Pall commented 3 years ago

I copy-pasted the code for the .ts file in pages but it can't seem to import App from the svelte file.

The svelte file for now looks like this


</script>

<h1>Hello2</h1>