TypeError: (0, T.Usestate) não é uma função

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