'use client' import { type ErrorBoundaryProps, ErrorState } from '@/app/workspace/[workspaceId]/components' export default function WorkspaceError({ error, reset }: ErrorBoundaryProps) { return ( ) }