BusinessHoursTab component
import { BusinessHoursTab } from '@/components/BusinessHoursTab'; export default function Example() { return ( <BusinessHoursTab config={config} updateConfig={updateConfig} errors={errors} /> ); }