fixed livewire script tags
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-14 00:39:04 -06:00
parent 69656c458a
commit c0f2211f58
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<x-header/>
{{ $slot }}
</div>
@livewireScriptConfig
</body>
</html>

View file

@ -3,5 +3,6 @@
<x-head/>
<body class="bg-blue-600">
{{ $slot }}
@livewireScriptConfig
</body>
</html>