42 | {username} 43 |
44 |47 | {body} 48 |49 |
No video available.
51 | ) 52 | ) : ( 53 |Loading...
54 | )} 55 | {/* {error &&Error: {error}
} */} 56 |185 | {body} 186 |
187 | ) 188 | }) 189 | FormMessage.displayName = 'FormMessage' 190 | 191 | export { 192 | useFormField, 193 | Form, 194 | FormItem, 195 | FormLabel, 196 | FormControl, 197 | FormDescription, 198 | FormMessage, 199 | FormField 200 | } 201 | -------------------------------------------------------------------------------- /client/src/components/ui/input.tsx: -------------------------------------------------------------------------------- 1 | import * as React from 'react' 2 | 3 | import { cn } from '@/lib/utils' 4 | 5 | export interface InputProps 6 | extends React.InputHTMLAttributes