3 lines
105 B
JavaScript
3 lines
105 B
JavaScript
|
|
// based on rc-notification 3.3.1
|
||
|
|
import Notification from './Notification';
|
||
|
|
export default Notification;
|