Refactored and organized files based on functionality

This commit is contained in:
Leon Liang
2019-09-26 01:49:19 -04:00
parent 0c08eb8f78
commit 8fa03700b1
10 changed files with 3120 additions and 1841 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"create-react-app": "^3.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",

View File

@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import logo from './twistter-logo.png';
import logo from './images/twistter-logo.png';
import { BrowserRouter as Router } from 'react-router-dom';
import Route from 'react-router-dom/Route';
import './App.css';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB