Skip to content

Instantly share code, notes, and snippets.

@gullinbursti
Created April 6, 2019 23:31
Show Gist options
  • Save gullinbursti/f5e66b67c082b4cdc612c81274d45e87 to your computer and use it in GitHub Desktop.
Save gullinbursti/f5e66b67c082b4cdc612c81274d45e87 to your computer and use it in GitHub Desktop.
Design Engine auto generated syntax v1
/**
* 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