File size: 478 Bytes
0914710
 
 
c92d24c
 
0914710
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="fixed top-2 right-5 mr-2 items-center">
    <TabComponent description="About SamGIS" href="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS" />
    <TabComponent description="blog" href="https://trinca.tornidor.com/" />
    <TabComponent description="docs" href="https://docs.ml-trinca.tornidor.com/" />
  </div>
</template>

<script setup lang="ts">

import TabComponent from '@/components/NavBar/TabComponent.vue'
</script>