Merge remote-tracking branch 'origin/master' into feat-ajuste-acesso
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { page } from "$app/state";
|
||||
import ActionGuard from "$lib/components/ActionGuard.svelte";
|
||||
|
||||
import { Toaster } from "svelte-sonner";
|
||||
const { children } = $props();
|
||||
|
||||
// Resolver recurso/ação a partir da rota
|
||||
@@ -64,3 +64,6 @@
|
||||
{@render children()}
|
||||
</main>
|
||||
{/if}
|
||||
|
||||
<!-- Toast Notifications (Sonner) -->
|
||||
<Toaster position="top-right" richColors closeButton expand={true} />
|
||||
|
||||
Reference in New Issue
Block a user