Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/**
 * @todo how to
 * 1. code split non async (chunks?)
 * 2. import all dynamically (manual?)
 * 3. but export without breaking tree shaking with require.context
 */
import * as abstractions from './abstractions';
import * as atoms from './atoms';
import * as features from './features';
import * as molecules from './molecules';
import * as organisms from './organisms';
import * as presets from './presets';
import * as templates from './templates';
import * as themes from './themes';
export { abstractions, atoms, features, molecules, organisms, presets, templates, themes, };