summaryrefslogtreecommitdiff
path: root/frontend/common/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-11 16:02:01 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-11 16:02:01 +0200
commitcf4098b20dadcd378ef2730f32f70e327ab262b4 (patch)
tree7683817932967b083fd3447649f127d461d802fb /frontend/common/index.js
parent52531fbc8d3531a7941ad9c6c79a1e353d35f2fa (diff)
making sure cursors and css are good in the main site
Diffstat (limited to 'frontend/common/index.js')
-rw-r--r--frontend/common/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/common/index.js b/frontend/common/index.js
index 3647203..5c0dc50 100644
--- a/frontend/common/index.js
+++ b/frontend/common/index.js
@@ -8,9 +8,10 @@ export {
LabelDescription, ColorInput,
} from './form.component'
export {
- Loader, Swatch, Dot, Columns, Statistic, Detections, Progress
+ Swatch, Dot, Columns, Statistic, Detections, Progress
} from './miscellaneous.component'
export { default as TableIndex } from './tableIndex.component'
+export { Loader } from './loader.component'
export {
TableObject, TableArray, TableTuples,
TableRow, TableCell