Update, built Contact Page
This commit is contained in:
28
public/components/sections/BlankPromo.jsx
Normal file
28
public/components/sections/BlankPromo.jsx
Normal file
@ -0,0 +1,28 @@
|
||||
/*
|
||||
* BlankPromo
|
||||
* Blank Promo section.
|
||||
*
|
||||
* Dependencies:
|
||||
* styles/components/_section--style-blank-promo.scss
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/24
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import Section from './../Section';
|
||||
|
||||
class BlankPromo extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Section section="blank-promo" full>
|
||||
</Section>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default BlankPromo;
|
Reference in New Issue
Block a user