React Build Errors: Failed Import of Card from Relume UI
Good day, I'm using react exports and encountered the following build errors: Build Error: Failed import of Card from @relume_io/relume-ui. * *Problem:* The library does not export a component named Card. * *Location:* Seen in the Blog40 component. * *Suggestion:* Check if Carousel was the intended import. The same error of failed import of Card from @relume_io/relume-uifor the Stats36 component too. The key conundrum is that I would not know whether Carousel was the intended import, otherwise Relume would not have exported with Cardin the first place (?) I'm using the supplied command to install relume packages: npm i @relume_io/relume-ui @relume_io/relume-tailwind