summaryrefslogtreecommitdiff
path: root/app/client/common/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-16 22:40:05 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-16 22:40:05 +0200
commitd3e4bb3ed2585859a3adeb7eeff35b7c75ebd840 (patch)
treee88e9edae5a63328fb1acc625e5624990717d20f /app/client/common/index.js
parent189be96150fbd49766228cf50c6a89279542565c (diff)
auth gate on main app. pull in auth routes from bucky.
Diffstat (limited to 'app/client/common/index.js')
-rw-r--r--app/client/common/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/common/index.js b/app/client/common/index.js
index 7448104..e6baafc 100644
--- a/app/client/common/index.js
+++ b/app/client/common/index.js
@@ -1,3 +1,4 @@
+import AudioPlayer from './audioPlayer/audioPlayer.component'
import AugmentationGrid from './augmentationGrid.component'
import Button from './button.component'
import ButtonGrid from './buttonGrid.component'
@@ -24,7 +25,7 @@ import * as Views from './views'
export {
Views,
- Loading, Progress, Header,
+ Loading, Progress, Header, AudioPlayer,
FolderList, FileList, FileRow, FileUpload,
Gallery, Player,
Group, ParamGroup, Param,