diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-21 22:49:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-21 22:49:55 +0200 |
| commit | 15d5cea9d1d94a6893ef1a55a916e68a182e5394 (patch) | |
| tree | b0d71498d2a0649c7180940a38d2fbfa595ca515 /app/client/common/index.js | |
| parent | 270d9ccc3f93f29559dbf9c746070812a63e99e1 (diff) | |
browser is just a component
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 ffb852d..e120597 100644 --- a/app/client/common/index.js +++ b/app/client/common/index.js @@ -1,5 +1,6 @@ import AudioPlayer from './audioPlayer/audioPlayer.component' import AugmentationGrid from './augmentationGrid.component' +import Browser from './browser.component' import Button from './button.component' import ButtonGrid from './buttonGrid.component' import Checkbox from './checkbox.component' @@ -28,7 +29,7 @@ export { Views, Loading, Progress, Header, AudioPlayer, FolderList, FileList, FileRow, FileUpload, FileViewer, - Gallery, Player, + Gallery, Player, Browser, Group, ParamGroup, Param, TextInput, NumberInput, Slider, Select, SelectGroup, Button, Checkbox, |
