1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 14:57:46 +01:00

fix: 🏷️ ️Esportato tipo SectionT mancante

This commit is contained in:
Maicol Battistini 2021-10-06 11:37:12 +02:00
parent 418f58c068
commit 5d173104d8
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -1,2 +1,2 @@
export type {ColumnT} from './RecordsPage.jsx';
export type {ColumnT, SectionT} from './RecordsPage.jsx';
export {default as RecordsPage} from './RecordsPage.jsx';