We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Jump to definition doesn't seem to work on the following jsx: <CuratedResources />
<CuratedResources />
Source code:
module CuratedResources = { @react.component let make = () => { <section className="" /> } }