Skip to content

Commit

Permalink
Remove unused CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Jul 6, 2020
1 parent 5664869 commit 9e04ac7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
Empty file removed webqueue2-cra-test/src/App.css
Empty file.
1 change: 0 additions & 1 deletion webqueue2-cra-test/src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import './App.css';
import ItemTable from "./ItemTable";

function App() {
Expand Down
1 change: 0 additions & 1 deletion webqueue2-cra-test/src/index.css

This file was deleted.

1 change: 0 additions & 1 deletion webqueue2-cra-test/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
import { createBrowserHistory } from 'history';
Expand Down

0 comments on commit 9e04ac7

Please sign in to comment.