Skip to content
Snippets Groups Projects
Commit 1d092f64 authored by Esko Ikkala's avatar Esko Ikkala
Browse files

Remove unnecessary css file

parent e6ee07a5
No related branches found
No related tags found
No related merge requests found
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import './style.css';
ReactDOM.render(
<App />,
......
.hello {
color: red;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment