TypeError: (0, T.Usestate) не является функцией

// replace the first line with the second one
import { useState } from "react/cjs/react.development"
import { useState } from "react"
Dev Tahsin