import * as React from 'react'; import Link from '../../components/link'; const LinkTest = () => (
Links

lorem ipsum...

); export default LinkTest;