Files
outline/app/scenes/CollectionExport/index.js
Tom Moor b9e0668d7d Bulk export (#684)
* First pass (working) collection export to zip

* Add export confirmation screen

* 👕

* Refactor

* Job for team export, move to tmp file, settings UI

* Export all collections job

* 👕

* Add specs

* Clarify UI
2018-06-20 21:33:21 -07:00

4 lines
93 B
JavaScript

// @flow
import CollectionExport from './CollectionExport';
export default CollectionExport;