Hi,
Im very new to frontend development and really interested in using mantine for my first website.
I have followed the vite template starting docs with react + tsx as my choices.
I have created a cards.tsx in a Components file and added the code from the Mantine Cards Usage documentation..
I am able to use my cards.tsx in App.tsx but my output it not rendering with Mantine styles..
Not sure how to proceed of debugging/fixing this.
Any help or advice would be appreciated!
I have attached screenshots of cards.tsx, App.tsx, and the output example.