File tree Expand file tree Collapse file tree
src/app/(app)/projects/[id]/codespace/files/[[...path]] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ import ReactMarkdown from 'react-markdown';
3333import remarkGfm from 'remark-gfm' ;
3434import { Badge } from '@/components/ui/badge' ;
3535import NextImage from 'next/image' ;
36- import { useForm , useActionState as useReactActionState } from 'react-hook-form' ;
36+ import { useForm } from 'react-hook-form' ;
37+ import { useActionState as useReactActionState } from 'react' ;
3738import { zodResolver } from '@hookform/resolvers/zod' ;
3839import * as z from 'zod' ;
3940
@@ -520,6 +521,7 @@ function FileExplorerContent() {
520521 sizes = "100vw"
521522 style = { { width : 'auto' , height : 'auto' , maxHeight : '65vh' , maxWidth : '100%' } }
522523 className = "rounded-md object-contain"
524+ data-ai-hint = "code image"
523525 />
524526 </ div >
525527 ) }
You can’t perform that action at this time.
0 commit comments