//import와 export // import // 최상단에 적는걸 권장 import React from 'react'; //export //방법 1 export const funcA = () => { } //방법 2 ...
確定! 回上一頁