import React from 'react'; import MetricsTable from './MetricsTable'; import styles from './EventsTable.module.css'; export default function EventsTable({ websiteId, startDate, endDate, limit, onExpand, onDataLoad, }) { return (