'use strict'; import Upload from './Upload'; import NoResource from './no-resource'; import LimitTextArea from './limit-textarea'; import ProcessForm from './process_form' import FlowRecordTable from './flowRecordTable' import Table from './table' import Search from './search' import SketchColor from './sketchColor' export { Upload, NoResource, LimitTextArea, ProcessForm, FlowRecordTable, Table, Search, SketchColor };