import ActiveTable from './active-table'; import Overview from './over-view'; import SystemLoad from './system-load'; import Usage from './usage'; const Dashboard: React.FC = () => { return ( <> ); }; export default Dashboard;