diff --git a/app/components/workbench/Workbench.client.tsx b/app/components/workbench/Workbench.client.tsx index a726bba2..e65c0b2c 100644 --- a/app/components/workbench/Workbench.client.tsx +++ b/app/components/workbench/Workbench.client.tsx @@ -232,6 +232,7 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) => ); }); +// View component for rendering content with motion transitions interface ViewProps extends HTMLMotionProps<'div'> { children: JSX.Element; }