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