🔧 chore: replace dummy data with real data
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s
This commit is contained in:
8
features/home/sections/Hero/skeleton.tsx
Normal file
8
features/home/sections/Hero/skeleton.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import { Skeleton } from "@/shared/libs/shadcn/ui/skeleton";
|
||||
import React from "react";
|
||||
|
||||
const HeroSkeleton = () => {
|
||||
return <Skeleton className="w-full h-full" />;
|
||||
};
|
||||
|
||||
export default HeroSkeleton;
|
||||
Reference in New Issue
Block a user