Mikhail Gladchenko

Results 2 comments of Mikhail Gladchenko

@bxmas13 Thanks a lot 🙌🏻🎉

Creating global.d.ts file and placing it in src folder helped me with resolve this issue ```typescript declare module "*.svg" { import type * as React from "react"; const ReactComponent: React.FC;...