import { Divider, Text } from '@mantine/core' export default function Footer() { return ( <> Open-source monitoring and status page powered by{' '} Uptimeflare {' '} and{' '} Cloudflare , made with ❤ by{' '} lyc8503 . ) }