# extendify/3.2.1/src/AutoLaunch/components/DescriptionGathering.jsx

Extendify, version 3.2.1. 7 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/AutoLaunch/components/DescriptionGathering.jsx
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/AutoLaunch/components/DescriptionGathering.jsx
- Modified: 2026-09-09T18:23:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.2.1/code/src/AutoLaunch/components/DescriptionGathering.jsx#L10-L20`.

```jsx
import { DescriptionForm } from '@auto-launch/components/DescriptionForm';
import { useDescriptionForm } from '@auto-launch/hooks/useDescriptionForm';

export const DescriptionGathering = ({ autoFocus }) => (
	<DescriptionForm {...useDescriptionForm()} autoFocus={autoFocus} />
);

```
