fix: 🐛 Exports mancanti per la cartella `extend`

This commit is contained in:
Maicol Battistini 2022-01-27 15:17:50 +01:00
parent 48b6c56f12
commit 984b028cc5
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
export * from './extend';
export * from './recordsPage';

View File

@ -3,7 +3,7 @@
export {default as Component} from './Component';
export * from './DataTable';
export {extend, override} from './extend';
export * from './extend';
export {default as LoadingButton} from './LoadingButton';
export {default as Mdi} from './Mdi';
export {default as Page} from './Page';