diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:28:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:28:55 +0200 |
| commit | a4f6d0e9afa4993437e3031aaa4771f268ce4d99 (patch) | |
| tree | 1524924ff751f752a8db6341f08b152d9dcb11b6 /app/client/common/index.js | |
| parent | ead43de436c7e625a77b0103e70ba0100ad52f8e (diff) | |
app
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 eeb8bfc..13b3189 100644 --- a/app/client/common/index.js +++ b/app/client/common/index.js @@ -17,6 +17,7 @@ import Select from './select.component' import SelectGroup from './selectGroup.component' import Slider from './slider.component' import TextInput from './textInput.component' +import TaskList from './taskList.component' import * as Views from './views' export { @@ -27,5 +28,5 @@ export { Group, ParamGroup, Param, TextInput, NumberInput, Slider, Select, SelectGroup, Button, Checkbox, - CurrentTask, + CurrentTask, TaskList, }
\ No newline at end of file |
