src/index.js
import Stream from './stream';
import Stack from './stack';
import Funnel from './funnel';
import View from './view';
export { Stream, Stack, Funnel, View };
import Stream from './stream';
import Stack from './stack';
import Funnel from './funnel';
import View from './view';
export { Stream, Stack, Funnel, View };