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