production #6

Merged
levis merged 6 commits from production into develop 2025-06-15 15:22:25 +00:00
2 changed files with 8 additions and 6 deletions
Showing only changes of commit 9fc338edd1 - Show all commits

View File

@ -21,7 +21,9 @@
/> />
<UiHeader class="relative z-50" /> <UiHeader class="relative z-50" />
<UiMain class="!min-h-[1200px] text-primary relative"> <UiMain class="!min-h-[1200px] text-primary relative">
<Suspense>
<slot /> <slot />
</Suspense>
</UiMain> </UiMain>
<UiFooter /> <UiFooter />
</div> </div>