Add loader

This commit is contained in:
2018-05-08 07:07:07 +10:00
parent 86e66b48fb
commit 4c3c92d991
6 changed files with 84 additions and 2 deletions

View File

@ -24,6 +24,7 @@
import React from 'react';
import Section from './../Section';
import Video from './../../video/Video';
import Loader from './../../loading/Loader';
class VideoSection extends React.Component {
constructor(props) {
@ -40,7 +41,6 @@ class VideoSection extends React.Component {
fill
sources={ this.props.sources ? this.props.sources : this.props }
/>
{ this.props.children }
</Section>
);