@thejones/react-common-components
Version:
React component - semantic ui
8 lines • 336 B
JavaScript
import _objectSpread from "@babel/runtime/helpers/objectSpread";
// Heads Up!
//
// Do not replace this with named exports.
// We need to export an object here for browser builds.
// Otherwise, we end up with every component on the window.
import * as semanticUIReact from './index';
module.exports = _objectSpread({}, semanticUIReact);