This commit is contained in:
rahuldkjain
2020-07-15 17:18:00 +05:30
parent ac84814f09
commit 1e208bd145
69 changed files with 45 additions and 20187 deletions
-13
View File
@@ -1,13 +0,0 @@
import React from 'react';
const Subtitle = (props) => {
return (
<div className="section">
<h3>Subtitle</h3>
<input id="subtitle" className="inputField lg prefix" value={props.data.subtitle}
onChange={event => props.handleDataChange('subtitle', event)} />
</div>
);
}
export default Subtitle;