UNPKG

react-planner-viewer

Version:

react-planner-viewer is a React Component for view plans builded with react-planner in 2D mode

13 lines (10 loc) 176 B
import WallFactory from './wall-factory'; import AreaFactory from './area-factory'; export { WallFactory, AreaFactory }; export default { WallFactory, AreaFactory };