Skip to content

Commit

Permalink
fix(image): component imports
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelodelain committed May 14, 2024
1 parent 6df1d07 commit 3c73aeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composables/use-base-image.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import type { VImgProps } from '~/components/molecules/VImg/VImg.vue'
import type { VPictureProps } from '~/components/molecules/VPicture/VPicture.vue'
import { pictureProps } from '#image/components/nuxt-picture'

Check warning on line 3 in composables/use-base-image.ts

View workflow job for this annotation

GitHub Actions / lint

'pictureProps' is defined but never used
import type { ComponentPublicInstance } from 'vue'

Check warning on line 4 in composables/use-base-image.ts

View workflow job for this annotation

GitHub Actions / lint

'ComponentPublicInstance' is defined but never used
import NuxtImg from '#image/components/nuxt-img.mjs'
import NuxtPicture from '#image/components/nuxt-picture.mjs'
import type { NuxtImg, NuxtPicture } from '#build/components'

type Props = VImgProps | VPictureProps

Expand Down

0 comments on commit 3c73aeb

Please sign in to comment.