Remove unused code & Move files to correct folder
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user