moved App and index css to project root

This commit is contained in:
Lukas Heiligenbrunner 2020-06-19 18:23:29 +02:00
parent 63284da11e
commit 8150f884ab
4 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -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(