Christian Blanquera
Results
3
comments of
Christian Blanquera
@nickpalmer please tell me your commit is found somewhere on npm 👯♀️ @sheerun please consider his commit. thanks.
If you import an SVG from `node_modules` let's say from [boxicons](https://www.npmjs.com/package/boxicons) like this. ```js import alarm from 'boxicons/svg/regular/bx-alarm.svg'; export default function Hello(props) { return ( ); } ``` You will...