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