TypeError: (0, T.USESTATE) n'est pas une fonction

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