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

@@ -17,7 +17,6 @@ import { ref, computed, useSlots } from 'vue'
import type { PropType } from 'vue'
import type { RouteLocationNormalized } from 'vue-router'
import NuxtLink from '#app/components/nuxt-link'
import Icon from '../elements/Icon.vue'
import { classNames } from '../../utils'
import $ui from '#build/ui'