first commit
This commit is contained in:
7
frontend/node_modules/antd/es/alert/index.js
generated
vendored
Normal file
7
frontend/node_modules/antd/es/alert/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import InternalAlert from './Alert';
|
||||
import ErrorBoundary from './ErrorBoundary';
|
||||
const Alert = InternalAlert;
|
||||
Alert.ErrorBoundary = ErrorBoundary;
|
||||
export default Alert;
|
||||
Reference in New Issue
Block a user