Repository URL to install this package:
Version:
0.9.6 ▾
|
/**
* @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, };