Add loader
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user