Skip to content

Commit b7c519e

Browse files
ArjunArjun
authored andcommitted
fix: import PicturePreview path
1 parent 1724d5f commit b7c519e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SnapVaultItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useElementHover } from '@vueuse/core'
55
import { ref } from 'vue'
66
import Button from '~/components/Button.vue'
77
import FileInfo from './FileInfo.vue'
8-
import PictureReview from './PictureReview.vue'
8+
import PictureReview from '~/pages/preview/PictureReview.vue'
99
1010
defineProps<{
1111
item: { id: string, image: string }

0 commit comments

Comments
 (0)