1import { SpringElement } from "@repo/ui/animate-ui/element-spring";
1<SpringElement className="absolute inset-0 flex items-center justify-center rounded-xl">
2 <div className="size-10 bg-orange-500 rounded-full flex-center">Drag me</div>
3</SpringElement>;