Answer the question
In order to leave comments, you need to log in
How to do svg export in react?
styles/assets.js:
// такой вариант работает, не хотелось бы понять, как можно экспортнуть без промежуточного импорта.
import close from './icons/close.svg';
export const test = close;
import close from 'assets';
// или
import { close } from './styles/assets';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question