Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
137 B plaintext
<template>
  <LinkIcon />
</template>

<script lang="ts" setup>
import LinkIcon from '@heroicons/vue/24/outline/esm/LinkIcon';
</script>