Try this:
import React from 'react';
import Image from 'path/to/image';
const YourComponent = () => {
return <img src={Image} />;
};
CLICK HERE to find out more related problems solutions.
Try this:
import React from 'react';
import Image from 'path/to/image';
const YourComponent = () => {
return <img src={Image} />;
};
CLICK HERE to find out more related problems solutions.