import { GitCompare } from "lucide-react"; export default function CompareLoading() { return (
{[...Array(2)].map((_, i) => (
))}
); }