svgs?
How to fix this error? it works fine but i have this "any" type error

2 Replies
Is there a reason for you to explicity place the images in the src/assets folder?
Normally, all images should go in the
public
folder, and can be used directly in the src like so /swap.svg
thanks man I forgot about that
it worked!