Let's code · import React from "react"; const Modal = () => { return <h1>Hello Modal</h1>; }; export default Modal; · import React from "react"; ...
確定! 回上一頁