import { GridPattern } from "./GridPattern"; export const HeroPattern = () => { return (
); };