How do I import a local SVG to use in my app?
import icon from './icon.svg'
Produces the error:
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file.
Does Adalo development environment have a preferred loader?