Skip to content

Commit 310fa94

Browse files
committed
Update importmap for symfony ux
1 parent b3aa1ee commit 310fa94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

importmap.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* be used as an "entrypoint" (and passed to the importmap() Twig function).
1111
*
1212
* The "importmap:require" command can be used to add new entries to this file.
13-
*
14-
* This file has been auto-generated by the importmap commands.
1513
*/
1614
return [
1715
'app' => [
@@ -112,4 +110,7 @@
112110
'bootstrap-tagsinput' => [
113111
'version' => '0.7.1',
114112
],
113+
'@symfony/ux-live-component' => [
114+
'path' => './vendor/symfony/ux-live-component/assets/dist/live_controller.js',
115+
],
115116
];

0 commit comments

Comments
 (0)