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

@@ -50,7 +50,6 @@ import type { Ref, PropType } from 'vue'
import type { RouteLocationNormalized } from 'vue-router'
import { ref, onMounted } from 'vue'
import NuxtLink from '#app/components/nuxt-link'
import Icon from '../elements/Icon.vue'
import Avatar from '../elements/Avatar.vue'
import { classNames, usePopper } from '../../utils'
import type { Avatar as AvatarType } from '../../types/avatar'