1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 23:37:51 +01:00

3 lines
116 B
JavaScript
Raw Normal View History

export type {ColumnT, SectionT} from './RecordsPage.jsx';
export {default as RecordsPage} from './RecordsPage.jsx';