A social knowledge tool for researchers built on ATProto
at development 5 lines 163 B view raw
1import { Alert } from '@mantine/core'; 2 3export default function CollectionsContainerError() { 4 return <Alert color="red" title="Could not load collections" />; 5}