124 B6 lines
Blame
1import { RepoSkeleton } from "@/app/components/skeleton";
2
3export default function Loading() {
4 return <RepoSkeleton />;
5}
6