import { Anchor, Text, Title } from '@mantine/core';
import classes from './Welcome.module.css';
export function Welcome() {
return (
<>
Welcome to{' '}
Mantine
This starter Vite project includes a minimal setup, if you want to learn more on Mantine +
Vite integration follow{' '}
this guide
. To get started edit pages/Home.page.tsx file.
>
);
}