import { useRef } from "react" import { exampleImages } from "@/utils/demo-images" import ElementAlongPath, { ElementAlongPathItem, } from "@/fancy/components/blocks/element-along-svg-path" export default function ElementAlongPathDemo() { const containerRef = useRef(null) return (

this week in the bag

{[...Array(1)].map((_, i) => ( {`Example ))}
) }