How to fix typescript react error showing module not found when importing images
Let's Get Started
Why does this occur?
Typescript cannot reference the type of the module being imported and also cannot detect what kind of module is being imported, i.e, the file extension. So for Typescript to be able to reference the type and als...
samcoder.hashnode.dev2 min read