Closed alvaro-escalante closed 3 years ago
I am getting InvalidCharacterError when trying to import a png
InvalidCharacterError
import PngLogo from '@images/logo.png'``
I added the delaration declare module '*.png' on @types but still not working
declare module '*.png'
I am getting
InvalidCharacterError
when trying to import a pngI added the delaration
declare module '*.png'
on @types but still not working