relocate view layouts

This commit is contained in:
hackerESQ
2024-08-04 21:04:16 -05:00
parent 7e33718dbb
commit dffb52b86b
5 changed files with 3 additions and 3 deletions
@@ -0,0 +1,9 @@
<x-common-layout>
<x-slot:body class="font-sans text-gray-900 dark:text-gray-100 antialiased">
{{ $slot }}
<x-theme-toggle class="hidden" darkTheme="business" lightTheme="corporate"/>
</x-slot:body>
</x-common-layout>