Skip to content

Commit f0e584d

Browse files
authored
Update index.rst
1 parent ab93193 commit f0e584d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,6 @@ via the ``LiveCollectionType``::
12041204
use Symfony\Component\Form\FormBuilderInterface;
12051205
use Symfony\Component\OptionsResolver\OptionsResolver;
12061206
use Symfony\UX\LiveComponent\Form\Type\LiveCollectionType;
1207-
use Symfony\UX\LiveComponent\Attribute\LiveProp;
12081207
use App\Entity\BlogPost;
12091208

12101209
class BlogPostFormType extends AbstractType
@@ -1238,6 +1237,7 @@ Now, create a Twig component to render the form::
12381237
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;
12391238
use Symfony\UX\LiveComponent\DefaultActionTrait;
12401239
use Symfony\UX\LiveComponent\LiveCollectionTrait;
1240+
use Symfony\UX\LiveComponent\Attribute\LiveProp;
12411241
use App\Entity\BlogPost;
12421242
use App\Form\BlogPostFormType;
12431243

0 commit comments

Comments
 (0)