diff --git a/src/css/App.css b/src/App.css similarity index 100% rename from src/css/App.css rename to src/App.css diff --git a/src/App.js b/src/App.js index d5009d5..646e589 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React from 'react'; -import "./css/App.css" +import "./App.css" import HomePage from "./pages/HomePage/HomePage"; import RandomPage from "./pages/RandomPage/RandomPage"; diff --git a/src/css/index.css b/src/index.css similarity index 100% rename from src/css/index.css rename to src/index.css diff --git a/src/index.js b/src/index.js index b4c8ee1..88fa6af 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import './css/index.css'; +import './index.css'; import App from './App'; ReactDOM.render(