Updated README, improving some of the section code.

This commit is contained in:
2018-10-30 21:24:39 +11:00
parent 6ace1f03fd
commit c740652a48
7 changed files with 72 additions and 24 deletions

View File

@ -41,6 +41,7 @@ export default props => {
import BodySection from './body/BodySection';
import ClearSection from './layout/ClearSection';
import ImageSection from './image/ImageSection';
import BannerImageSection from './image/banner/BannerImageSection';
import SplitSection, { Split } from './layout/SplitSection';
import VideoSection from './video/VideoSection';
@ -48,6 +49,7 @@ export {
BodySection,
ClearSection,
ImageSection,
BannerImageSection,
SplitSection,
Split,
VideoSection