chore: resolved conflicts

This commit is contained in:
Jannat Patel
2026-01-29 19:55:13 +05:30
40 changed files with 2125 additions and 1214 deletions

View File

@@ -72,7 +72,7 @@ const emit = defineEmits<{
const props = withDefaults(
defineProps<{
modelValue: string
modelValue: string | null
label?: string
description?: string
type?: 'image' | 'video'