chore: use nuxt-icon

This commit is contained in:
Benjamin Canac
2022-09-09 15:21:50 +02:00
parent be99df3b30
commit 70495e0a22
16 changed files with 2 additions and 56 deletions

View File

@@ -39,7 +39,6 @@
<script setup lang="ts">
import type { PropType } from 'vue'
import Icon from '../elements/Icon.vue'
import Link from '../elements/Link.vue'
import Avatar from '../elements/Avatar.vue'
import type { Avatar as AvatarType } from '../../types/avatar'