Merge remote-tracking branch 'origin' into feat-pedidos
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
import { useConvexClient } from 'convex-svelte';
|
||||
import {
|
||||
ExternalLink,
|
||||
Eye,
|
||||
File as FileIcon,
|
||||
FileText,
|
||||
RefreshCw,
|
||||
File as FileIcon,
|
||||
Upload,
|
||||
Trash2,
|
||||
Upload
|
||||
Eye,
|
||||
RefreshCw
|
||||
} from 'lucide-svelte';
|
||||
import { resolve } from '$app/paths';
|
||||
|
||||
interface Props {
|
||||
label: string;
|
||||
@@ -21,7 +20,7 @@
|
||||
onRemove: () => Promise<void>;
|
||||
}
|
||||
|
||||
const {
|
||||
let {
|
||||
label,
|
||||
helpUrl,
|
||||
value = $bindable(),
|
||||
|
||||
Reference in New Issue
Block a user