/* * src/Components/Link.tsx */ import React from 'react'; const Link = ({ href, content }) => { return ( <a className="App-link" href={href} ...
確定! 回上一頁