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