import { Link } from 'react-router-dom'; import AddSvg from '../../_shared/svg/AddSvg'; export const GridAddView = () => { return ( ); };