import React from "react"; const SnapGrid = ({ width, height, color }) => ( ); export default SnapGrid;