Cleaned the code a bit

This commit is contained in:
2018-05-11 20:38:55 +10:00
parent 84e0b496fd
commit 403ec39df3
14 changed files with 48 additions and 249 deletions

View File

@ -23,7 +23,7 @@
import React from 'react';
class Section extends React.Component {
export default class Section extends React.Component {
constructor(props) {
super(props);
}
@ -41,4 +41,8 @@ class Section extends React.Component {
}
}
export default Section;
import VideoSection from './video/VideoSection';
export {
VideoSection
}