feat: export notification and modal component from ui

This commit is contained in:
Firman Ramdhani
2026-07-30 13:39:31 +07:00
parent c7ed85378b
commit 8a6a16ce9a
+5 -4
View File
@@ -1,8 +1,5 @@
export * from '@mantine/core';
export {
List,
TypographyStylesProvider,
} from '@mantine/core';
export { List, TypographyStylesProvider } from '@mantine/core';
export * from './Form';
export * from './system-pages/coming-soon';
@@ -14,3 +11,7 @@ export * from './actions-tools';
export * from './status-badge';
export * from './ag-grid';
export * from './field-value';
// ─── Mantine Extension Packages ────────────────────────────────────────────
export { notifications } from '@mantine/notifications';
export { modals } from '@mantine/modals';