1import { FeedSkeleton } from "./FeedSkeleton"; 2export default function Loading() { 3 return <FeedSkeleton />; 4}