UNPKG

@knovator/masters-admin

Version:

Package for integrating Masters, Submasters functionality in React projects

13 lines (12 loc) 602 B
import AddButton from "./AddButton"; import Master from "./Master"; import DeleteModal from "../Common/DeleteModal"; import MasterForm from "./MasterForm"; import MasterFormActions from "./MasterFormActions"; import MasterFormWrapper from "./MasterFormWrapper"; import MasterPagination from "./MasterPagination"; import MasterSearch from "./MasterSearch"; import MasterTable from "./MasterTable"; import Lister from "./Lister"; export default Master; export { Lister, AddButton, MasterForm, MasterTable, DeleteModal, MasterSearch, MasterPagination, MasterFormActions, MasterFormWrapper, };