react-floorplanner
Version:
react-floorplanner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
16 lines (13 loc) • 301 B
JavaScript
import FooterToggleButton from './footer-toggle-button';
import FooterContentButton from './footer-content-button';
import FooterBar from './footerbar';
export {
FooterToggleButton,
FooterContentButton,
FooterBar
};
export default {
FooterToggleButton,
FooterContentButton,
FooterBar
};