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,5 +1,5 @@
<div class="flex flex-col">
@include('user.partials.profile')
@include('profile.partials.profile')
<div
class="overflow-hidden mt-5 relative max-w-sm min-w-80 mx-auto bg-white/40 shadow-lg ring-1 ring-black/5 rounded-xl items-center gap-6 dark:bg-neutral-950/40 backdrop-blur dark:highlight-white/5">
@@ -33,5 +33,5 @@
</div>
</div>
@include('user.partials.actions')
@include('profile.partials.actions')
</div>