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