mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
file organization for twistter frontend
This commit is contained in:
parent
b9909c1616
commit
89e8942624
@ -45,4 +45,5 @@
|
|||||||
.container {
|
.container {
|
||||||
margin: 80px auto 0 auto;
|
margin: 80px auto 0 auto;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
|
color: #1da1f2;
|
||||||
}
|
}
|
||||||
@ -1,7 +1,7 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import './App.css';
|
import '../App.css';
|
||||||
|
|
||||||
import logo from './images/twistter-logo.png';
|
import logo from '../images/twistter-logo.png';
|
||||||
|
|
||||||
|
|
||||||
class Home extends Component {
|
class Home extends Component {
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import './App.css';
|
import '../App.css';
|
||||||
|
|
||||||
import logo from './images/twistter-logo.png';
|
import logo from '../images/twistter-logo.png';
|
||||||
import TextField from '@material-ui/core/TextField';
|
import TextField from '@material-ui/core/TextField';
|
||||||
|
|
||||||
class Register extends Component {
|
class Register extends Component {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user