1import { Alert } from '@mantine/core'; 2 3export default function CollectionsContainerError() { 4 return <Alert color="red" title="Could not load collections" />; 5}