Hi there - I want to import an NPM package which has been developed using the `create-react-app` and CSS modules. One of the props it takes is an actual image, as in `import theImg from './some/image.png` but I am struggling to see how to import an image within reagent.
Is this possible or should I fall back to using strings and/or CSS classes?
Thanks!