Refactor code and comment out unused imports and code blocks

This commit is contained in:
Andras Bacsai
2024-04-03 14:32:23 +02:00
parent 96a0f29f19
commit f33fdb3bfd
4 changed files with 44 additions and 45 deletions

View File

@@ -1,5 +1,6 @@
@extends('layouts.base')
@section('body')
@livewireScripts
<main class="h-full bg-gray-50 dark:bg-base">
{{ $slot }}
</main>