<template> <SignedIn> <Dashboard /> </SignedIn> </template> <script setup> import { SignedIn } from '@autenticar-me/vue' import Dashboard from './Dashboard.vue' </script>