summaryrefslogtreecommitdiff
path: root/scraper/client/metadata/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-25 22:19:15 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-25 22:19:15 +0100
commitee3d0d98e19f1d8177d85af1866fd0ee431fe9ea (patch)
tree41372528e78d4328bc2a47bbbabac7e809c58894 /scraper/client/metadata/index.js
parent255b8178af1e25a71fd23703d30c0d1f74911f47 (diff)
moving stuff
Diffstat (limited to 'scraper/client/metadata/index.js')
-rw-r--r--scraper/client/metadata/index.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/scraper/client/metadata/index.js b/scraper/client/metadata/index.js
new file mode 100644
index 00000000..0eef814e
--- /dev/null
+++ b/scraper/client/metadata/index.js
@@ -0,0 +1,25 @@
+import Heading from './heading.component'
+import MediaInfo from './mediaInfo.component'
+import MediaRecord from './mediaRecord.component'
+import Summary from './summary.component'
+import KeyframeList from './keyframeList.component'
+import KeyframeSingle from './keyframeSingle.component'
+import KeyframeStatus from './keyframeStatus.component'
+import Coco from './coco.component'
+import Places365 from './places365.component'
+import Sugarcube from './sugarcube.component'
+
+import './metadata.css'
+
+export {
+ Heading,
+ MediaRecord,
+ MediaInfo,
+ Summary,
+ KeyframeList,
+ KeyframeSingle,
+ KeyframeStatus,
+ Coco,
+ Places365,
+ Sugarcube,
+}