fixup! Add modal component

This commit is contained in:
philipp lang 2024-10-20 18:25:43 +02:00
parent e1e678ee66
commit 854b5cd0d2
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>