fix
Browse files
app/components/workbench/Workbench.client.tsx
CHANGED
|
@@ -232,6 +232,7 @@ export const Workbench = memo(({ chatStarted, isStreaming }: WorkspaceProps) =>
|
|
| 232 |
);
|
| 233 |
});
|
| 234 |
|
|
|
|
| 235 |
interface ViewProps extends HTMLMotionProps<'div'> {
|
| 236 |
children: JSX.Element;
|
| 237 |
}
|
|
|
|
| 232 |
);
|
| 233 |
});
|
| 234 |
|
| 235 |
+
// View component for rendering content with motion transitions
|
| 236 |
interface ViewProps extends HTMLMotionProps<'div'> {
|
| 237 |
children: JSX.Element;
|
| 238 |
}
|