diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 03:23:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-20 03:23:11 +0200 |
| commit | 270d9ccc3f93f29559dbf9c746070812a63e99e1 (patch) | |
| tree | 90a168324cd78dc6edecf901440445b2f410ac60 /app/client/common/index.js | |
| parent | 3c9ccd38751501bbf5b9cd2c54dee370681fdb5b (diff) | |
fileviewer compoonent
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 e6baafc..ffb852d 100644 --- a/app/client/common/index.js +++ b/app/client/common/index.js @@ -6,6 +6,7 @@ import Checkbox from './checkbox.component' import CurrentTask from './currentTask.component' import { FileList, FileRow } from './fileList.component' import FileUpload from './fileUpload.component' +import FileViewer from './fileViewer.component' import FolderList from './folderList.component' import Gallery from './gallery.component' import Group from './group.component' @@ -26,7 +27,7 @@ import * as Views from './views' export { Views, Loading, Progress, Header, AudioPlayer, - FolderList, FileList, FileRow, FileUpload, + FolderList, FileList, FileRow, FileUpload, FileViewer, Gallery, Player, Group, ParamGroup, Param, TextInput, NumberInput, |
