import Link from 'next/link'; import React from 'react'; import ExternalLink from './external-link'; const links = [ Usage, News, Demo, Download, Docs, GitHub , ]; export const Navigation = () => (
);