@ -18,7 +18,7 @@ const MyPage = () => {
const showNotification = () => {
notification.info({
message: `Notification topLeft`,
message: 'Notification topLeft',
description: 'Hello, Ant Design!!',
placement: 'topLeft',
});
@ -11,7 +11,7 @@ const MyPage = () => {
message: `Notification`,
message: 'Notification',
};