diff --git a/src/LiveComponent/src/Resources/doc/index.rst b/src/LiveComponent/src/Resources/doc/index.rst index e854cbf..4ed2ecf 100644 --- a/src/LiveComponent/src/Resources/doc/index.rst +++ b/src/LiveComponent/src/Resources/doc/index.rst @@ -1237,6 +1237,7 @@ Now, create a Twig component to render the form:: use Symfony\UX\LiveComponent\Attribute\AsLiveComponent; use Symfony\UX\LiveComponent\DefaultActionTrait; use Symfony\UX\LiveComponent\LiveCollectionTrait; + use Symfony\UX\LiveComponent\Attribute\LiveProp; use App\Entity\BlogPost; use App\Form\BlogPostFormType;