1
This commit is contained in:
+7
@@ -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