import React from 'react'; import PatientTabIndex from './PatientTabIndex'; import PatientFilter from './PatientFilter'; const PatientIndex = () => { return ( <> ); } export default PatientIndex;