Remove unused code & Move files to correct folder

This commit is contained in:
2026-04-18 18:42:09 +02:00
parent 2480c5b309
commit a78b1c41ac
18 changed files with 15 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
<x-app-layout>
@include('user.partials.background')
@include('partials.background')
@livewire('downloads-search')
</x-app-layout>

View File

@@ -7,7 +7,7 @@
@include('layouts.navigation')
<!-- Page Content -->
<main>
@include('user.partials.background')
@include('partials.background')
@livewire('live-search')
</main>
@include('layouts.footer')