import { useRosettaColors } from "@/app/hooks/useRosettaColors"; import { Box, Flex, Text } from "@mantine/core"; import { IconX } from "@tabler/icons-react"; export function AttachmentError() { const colors = useRosettaColors(); return ( This attachment is no longer available because it was sent for a previous version of the app. ); }