Files
video-gen/video-gen-admin/node_modules/antd/es/alert/index.js
T
2026-05-25 17:08:18 +08:00

7 lines
184 B
JavaScript

"use client";
import InternalAlert from './Alert';
import ErrorBoundary from './ErrorBoundary';
const Alert = InternalAlert;
Alert.ErrorBoundary = ErrorBoundary;
export default Alert;