filestash/client/components/index.js
2017-06-29 13:00:16 +10:00

5 lines
232 B
JavaScript

export { BreadCrumb } from './breadcrumb';
export { FileSystem } from './filesystem';
export { Connect } from './connect';
// Those are commented because they will delivered as a separate chunk
// export { Editor } from './editor';