import { CodeIcon } from "@heroicons/react/outline" import { DocumentTextIcon, ExternalLinkIcon } from "@heroicons/react/solid" import { Link } from "remix" import { ExternalLink } from "~/components/external-link" import { linkClass } from "~/styles" export function MainNavigation() { return ( ) }