Skip to content

Commit

Permalink
adjusted paths to styles #19
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Lepage <guylepage3@gmail.com>
  • Loading branch information
guylepage3 committed Nov 18, 2018
1 parent a4ada0a commit c519fc3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import { Route, Switch } from "react-router-dom";
import './styles/App.css';
import './css/App.css';
import Home from './components/Home';
import NoMatch from './components/NoMatch';
import { library } from '@fortawesome/fontawesome-svg-core';
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import { BrowserRouter } from 'react-router-dom';
import './styles/meta.scss';
import './styles/index.css';
import './scss/meta.scss';
import './css/index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';

Expand Down
File renamed without changes.

0 comments on commit c519fc3

Please sign in to comment.