diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:57:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:57:05 +0200 |
| commit | 986adcb3fa79ab32af8c43f098489467d783d18b (patch) | |
| tree | 251dda367cc418047e743612001105f3d7e0ea3e /app/client/common | |
| parent | fec93601f163d22760978c9db61c4a78ce5281da (diff) | |
must be string
Diffstat (limited to 'app/client/common')
| -rw-r--r-- | app/client/common/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/common/index.js b/app/client/common/index.js index 471bdd3..6db1184 100644 --- a/app/client/common/index.js +++ b/app/client/common/index.js @@ -1,4 +1,5 @@ import Button from './button.component' +import CurrentTask from './currentTask.component' import { FileList, FileRow } from './fileList.component' import FileUpload from './fileUpload.component' import FolderList from './folderList.component' @@ -22,4 +23,5 @@ export { Gallery, Player, Group, ParamGroup, Param, TextInput, Slider, Select, Button, + CurrentTask, }
\ No newline at end of file |
