import { BrowserRouter as Router, Switch, Route, Redirect } from "react-router-dom"; export default function App() { return ( <Router> ...
確定! 回上一頁