You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since React 17, it is no longer necessary to explicitly import React (i.e., import React from 'react') in order to use JSX. As Paragon is already on React 18, it would be good to clean up and remove these redundant imports.