Created
April 6, 2019 23:31
-
-
Save gullinbursti/f5e66b67c082b4cdc612c81274d45e87 to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* JSX Generator v1.0 | |
* Code snippets by Design Engine. | |
* Made in Mountain View, CA. | |
**/ /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
import React, { Component } from "react"; | |
import './MainText.css'; | |
import axios from 'axios'; | |
import qs from 'qs'; | |
import { Column, Row } from 'simple-flexbox'; | |
const wrapper = React.createRef(); | |
class MainText extends Component { | |
constructor(props) { | |
super(props); | |
this.state = {} | |
} | |
render() { | |
return <div className="maintext" /> | |
} | |
} | |
export default MainText; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment