Custom loading animation component
Loading preview...
import ConcentricRingsLoader from "@/components/ui/loading-animation-1"; export default function DemoOne() { return <ConcentricRingsLoader />; }