import React from 'react' import { docsUrl } from '../utils/docsUrl' const DocLink = ({ path, children }) => ( {children} ) export default DocLink