9 lines
142 B
JavaScript
Executable File

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