import { Skeleton } from '@mantine/core'; export default function PageListSkeleton() { return ( <> ); }