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