file organization for twistter frontend

This commit is contained in:
Leon Liang
2019-10-01 18:54:26 -04:00
parent b9909c1616
commit 89e8942624
4 changed files with 6 additions and 5 deletions

View File

@@ -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 {