export const GridPattern = ({ strokeDasharray = "4 2" }: { strokeDasharray?: string }) => { return ( ); };