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