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