added lots of css to style site.

removed mainbody class and did switching stuff in app.js
This commit is contained in:
2020-06-02 22:52:28 +02:00
parent 5f8c491674
commit 53d393fba7
16 changed files with 421 additions and 288 deletions

View File

@@ -5,10 +5,10 @@ import App from './App';
import * as serviceWorker from './serviceWorker';
ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
<React.StrictMode>
<App/>
</React.StrictMode>,
document.getElementById('root')
);
// If you want your app to work offline and load faster, you can change