rad-ui/ui

Chore: Remove unnecessary import

Closed this issue · 1 comments

After react v17.0.0 we can not import React from 'react'; paste in any jsx/tsx file.
see doc
Just add in tsconfig.json

  "compilerOptions": {
    "jsx": "react-jsx"
  }

And remove every where