diff --git a/ux.symfony.com/src/Twig/Components/Icon/IconSearch.php b/ux.symfony.com/src/Twig/Components/Icon/IconSearch.php index 4d17bf5597e..c4b67915865 100644 --- a/ux.symfony.com/src/Twig/Components/Icon/IconSearch.php +++ b/ux.symfony.com/src/Twig/Components/Icon/IconSearch.php @@ -18,7 +18,6 @@ use Symfony\UX\LiveComponent\Attribute\AsLiveComponent; use Symfony\UX\LiveComponent\Attribute\LiveProp; use Symfony\UX\LiveComponent\DefaultActionTrait; -use Symfony\UX\TwigComponent\Attribute\PostMount; #[AsLiveComponent('Icon:IconSearch')] class IconSearch @@ -41,11 +40,6 @@ public function __construct( ) { } - #[PostMount] - public function postMount(): void - { - } - public function getIconSetOptionGroups(): array { $groups = [];