import * as React from "react"; import { Link } from "gatsby"; import { Panel } from "../Panel"; import { Tab, TabPanel, Tabs } from "../Tabs"; import { ArrowRightIcon } from "../Icons"; import ActivityTable from "./ActivityTable"; const ViewAllLink = (props) => ( View all ); export default function LatestActivity() { return ( ); }