Save before trying to fix master.

This commit is contained in:
Clayton Wilson 2019-10-01 14:32:27 -04:00
parent 721aeeb350
commit 5116a705bc
2 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,7 @@
/* body {
} */
.app { .app {
font-family: "Segoe UI"; font-family: "Segoe UI";
font-size: large; font-size: large;

View File

@ -1,8 +1,11 @@
import React, { Component } from "react"; import React, { Component } from "react";
import axios from "axios"; import axios from "axios";
import PropTypes from "prop-types"; import PropTypes from "prop-types";
// TODO: Fix font, so that it is roboto
// TODO: Add a read-only '@' in the left side of the handle input // TODO: Add a read-only '@' in the left side of the handle input
// TODO: Add a cancel button, that takes the user back to their profile page // TODO: Add a cancel button, that takes the user back to their profile page
// TODO: Sort imports
// TODO: Add comments
// Material-UI stuff // Material-UI stuff
import TextField from "@material-ui/core/TextField"; import TextField from "@material-ui/core/TextField";
@ -31,17 +34,7 @@ const styles = {
} }
}; };
// const classes = useStyles();
export class edit extends Component { export class edit extends Component {
// profileData = {
// firstName: null,
// lastName: null,
// email: null,
// handle: null,
// bio: null,
// valid: false,
// };
componentDidMount() { componentDidMount() {
axios axios