2023-01-11 11:26:08 +03:00

9 lines
170 B
TypeScript

/* eslint-disable unicorn/prefer-export-from */
import { notification } from 'antd';
notification.config({
placement: 'bottomRight',
});
export default notification;