import React from "react"; import { BlockAnchor, BlockBody } from "../styles"; const BlockLink = ({ children, ...attributes }) => { return ( {children} ); }; export default BlockLink;