import Image from "next/image"; import React from "react"; export default function GridShape() { return ( <>
grid
grid
); }