import { Position, Toaster } from "@blueprintjs/core"; // To add a toast import this instance and call .show() // https://blueprintjs.com/docs/#core/components/toast.example export default Toaster.create({ position: Position.BOTTOM_RIGHT, });