web/app/%5Bowner%5D/%5Brepo%5D/loading.tsx
blame
View source
60644e7
1
import { RepoSkeleton } from "@/app/components/skeleton";
60644e7
2
60644e7
3
export default function Loading() {
60644e7
4
return <RepoSkeleton />;
60644e7
5
}