$ 0 0 コンポーネント Reactにおけるコンポーネントとは、関数であり、JSX(ReactElement)を返します。 import React from 'react'; type AppProps =…