fixup! Add modal component

This commit is contained in:
philipp lang 2024-10-20 18:25:43 +02:00
parent 557a529813
commit c129d4927a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<body class="min-h-full flex flex-col">
<livewire:page.sidebar />
{{ $slot }}
<livewire:page.modal />
<page-search-modal v-if="searchVisible" @close="searchVisible = false"></page-search-modal>
@livewireScriptConfig
</body>