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 {
|
||||
margin: 80px auto 0 auto;
|
||||
max-width: 1200px;
|
||||
color: #1da1f2;
|
||||
}
|
||||
@ -19,7 +19,7 @@ class App extends Component {
|
||||
render() {
|
||||
return (
|
||||
<Router>
|
||||
<div className='container'>
|
||||
<div className='container' >
|
||||
<Navbar />
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
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 {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
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';
|
||||
|
||||
class Register extends Component {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user