TypeError: (0, t.usestate) no es una función

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