import { useId } from "react"; const SIZE = 36; export function GridPattern() { const id = useId(); return ( ); }