import React from 'react' function Hello(props) { console.log(props) return ( <>

Hello

안녕하세요. {props.name}님
) } export default Hello // import React from 'react' // function Hello(props) { // }