Using the React Switch Component ... import React from 'react'; import Switch from "./Switch"; function App() { return ( <div className="app"> <Switch /> </div> ) ...
確定! 回上一頁