import React from 'react'; import MetricsTable from './MetricsTable'; import { refFilter } from 'lib/filters'; export default function Referrers({ websiteId, websiteDomain, startDate, endDate, limit, onExpand = () => {}, }) { return ( ); }