diff --git a/web/src/components/ErrorBoundary.tsx b/web/src/components/ErrorBoundary.tsx new file mode 100644 index 00000000..8a4ad8a0 --- /dev/null +++ b/web/src/components/ErrorBoundary.tsx @@ -0,0 +1,3 @@ +import { Alert } from 'antd'; + +export const ErrorBoundary = Alert.ErrorBoundary;