mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-03 17:38:59 +00:00
🐛 fix issues with images not importing
This commit is contained in:
parent
95b61c3980
commit
30a2784f5d
1 changed files with 4 additions and 0 deletions
4
src/react-app-env.d.ts
vendored
Normal file
4
src/react-app-env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
declare module "*.png";
|
||||
declare module "*.svg";
|
||||
declare module "*.jpeg";
|
||||
declare module "*.jpg";
|
||||
Loading…
Add table
Add a link
Reference in a new issue