moved App and index css to project root
This commit is contained in:
		@@ -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";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user