export default function Loading() { return (
{[0, 1, 2].map((i) => (
))}
) }