Revert "chore: use nuxt-icon"

This reverts commit 70495e0a22.
This commit is contained in:
Benjamin Canac
2022-09-12 19:15:54 +02:00
parent ae6b3c0ba6
commit 6a2159da94
16 changed files with 56 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ 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'