import { Anchor, Text } from '@mantine/core'; import classes from './Footer.module.css'; const LEGAL_NAME = 'ROSETTA CLOUD SERVICES LIMITED'; export function Footer() { const currentYear = new Date().getFullYear(); return ( ); }