* 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
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
// @flow
|
|
import CollectionExport from './CollectionExport';
|
|
export default CollectionExport;
|