This commit is contained in:
Stijnus 2025-01-28 11:41:33 +01:00
parent c4c73622f5
commit 387516b7fd

View File

@ -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;
}