A reusable component for layout animation
import Component from "@/components/ui/shared-layout-animation"; export default function SharedLayoutAnimation() { return <Component />; }