index.ts
420 Bytes
import UpdateRecord from './update-record';
import ImportDialog from './import';
import ExportDialog from './export';
import SystemRole from './permissio-settings';
import RelationList from './relation-main';
import RelationSide from './relation-side';
import CustomButton from './custom-button';
export {
UpdateRecord,
ImportDialog,
ExportDialog,
SystemRole,
RelationList,
RelationSide,
CustomButton,
};