Skip to content

Commit

Permalink
Remove boilerplate App from create-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
zainsra7 committed Jan 23, 2022
1 parent 6d901f7 commit ac1498d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 91 deletions.
38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

25 changes: 0 additions & 25 deletions src/App.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/App.test.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import React from 'react';
// import { createStore } from 'redux';
import { combineReducers } from 'redux';
import {createStore} from './createStore';
import ReactDOM from 'react-dom';
import './index.css';
import reportWebVitals from './reportWebVitals';

const ADD_TODO = "ADD_TODO";
const TOGGLE_TODO = "TOGGLE_TODO";
Expand Down Expand Up @@ -91,7 +89,3 @@ const render = () => ReactDOM.render(

store.subscribe(render);
render();
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

13 changes: 0 additions & 13 deletions src/reportWebVitals.js

This file was deleted.

0 comments on commit ac1498d

Please sign in to comment.