import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" export function InputFile() { return (
) }