mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-13 19:30:30 +00:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
import { Position, Toaster, Intent } from "@blueprintjs/core";
|
|
|
|
const AppToaster = Toaster.create({
|
|
position: Position.RIGHT_BOTTOM,
|
|
intent: Intent.WARNING,
|
|
});
|
|
|
|
export default AppToaster; |