Removes now unnecessary Vite resolve.alias workarounds.
Also included are some UI updates on the example: using the original Mantine logo, fixing some typos and changing how CSS files are imported for each page instead of all CSS are imported in the layout.
This PR finally fixes all Mantine extensions and components used in the Mantine example and should resolve #20.
Mantine Charts are working now using the alpha version of Recharts to be compatible with React 19 tracked in https://github.com/recharts/recharts/issues/4558.
Removes now unnecessary Vite
resolve.alias
workarounds.Also included are some UI updates on the example: using the original Mantine logo, fixing some typos and changing how CSS files are imported for each page instead of all CSS are imported in the layout.