Typeerror: (0, t.usestate) nie jest funkcją

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