You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
457 B
23 lines
457 B
3 years ago
|
|
||
|
'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
|
||
|
};
|