feat: export notification and modal component from ui
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user