2021-11-17 17:58:04 +01:00

9 lines
142 B
JavaScript

import React from "react"
import { notification } from "antd"
export default {
error: (...context) => {
notification.error(context)
},
}