diff options
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js new file mode 100644 index 00000000..727008ad --- /dev/null +++ b/src/components/timeline/timeline.js @@ -0,0 +1,7 @@ +const Timeline = { + props: [ + 'timeline' + ] +} + +export default Timeline; |
