5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
|
// based on rc-notification 4.5.7
|
||
|
import Notification from './Notification';
|
||
|
|
||
|
export default Notification;
|