Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

14 lines
259 B
Vue

<script setup>
import { Link } from '@inertiajs/vue3';
import GoogleIcon from '@/Components/Shared/GoogleIcon.vue';
</script>
<template>
<Link :href="'/'" class="flex">
<GoogleIcon
name="dashboard"
/>
</Link>
</template>