import { Text } from "@mantine/core";
import Link from "next/link";

export default function Home() {
  return <Text>Welcome!</Text>;
}
