Merge branch 'develop' into billing-subscription-page

This commit is contained in:
Ahmed Bouhuolia
2024-07-30 10:03:31 +02:00
87 changed files with 1779 additions and 279 deletions

View File

@@ -2,6 +2,6 @@
import { Position, Toaster, Intent } from '@blueprintjs/core';
export const AppToaster = Toaster.create({
position: Position.RIGHT_BOTTOM,
position: Position.TOP,
intent: Intent.WARNING,
});