MyComponent.jsx import React from 'react'; import { ReactComponent as MySVG } from './something.svg'; const MyComponent = () => { return ...
確定! 回上一頁