'use client'; import { getOpenResponsesAction, getOtherResponsesAction, getUserDoneResponsesAction, getUserInProgressResponsesAction, } from '@kit/doctor/actions/table-data-fetching-actions'; import ResultsTableWrapper from './results-table-wrapper'; export default function DoctorDashboard() { return ( <> ); }