diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-30 22:59:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-30 22:59:28 +0200 |
| commit | 70b4cc5adcef18d498b539579ecfa626aa5e6c18 (patch) | |
| tree | e86c4903e9916fef2775d1131d73c9d0b65f73a5 /app/client/common/index.js | |
| parent | ca53592e108e2189ef1b625c45d2b2a23b7ab145 (diff) | |
group sequences/checkpoints by folder
Diffstat (limited to 'app/client/common/index.js')
| -rw-r--r-- | app/client/common/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/common/index.js b/app/client/common/index.js index 3981fa7..025b56c 100644 --- a/app/client/common/index.js +++ b/app/client/common/index.js @@ -13,6 +13,7 @@ import ParamGroup from './paramGroup.component' import Player from './player.component' import Progress from './progress.component' import Select from './select.component' +import SelectGroup from './selectGroup.component' import Slider from './slider.component' import TextInput from './textInput.component' import * as Views from './views' @@ -23,6 +24,6 @@ export { FolderList, FileList, FileRow, FileUpload, Gallery, Player, Group, ParamGroup, Param, - TextInput, Slider, Select, Button, Checkbox, + TextInput, Slider, Select, SelectGroup, Button, Checkbox, CurrentTask, }
\ No newline at end of file |
