import { HomeLoadingSkeleton } from '@/components/skeletons';

export default function Loading() {
    return <HomeLoadingSkeleton />;
}
