import { useState } from 'React'
import { useState } from 'react'
보통 철자에 문제가 있는 경우가 많다고 한다. 'react'를 'React'로 import 한 나의 경우 처럼 대소문자 확인도 해보자.