Skip to content
Snippets Groups Projects
Commit 99335c46 authored by Viarezo's avatar Viarezo
Browse files

propre

parent cd037ee6
No related branches found
No related tags found
No related merge requests found
import './App.css';
const App = () => {
/*ou const App = function() {*/
console.log('yo');
return (
<div>
<div className="App">
......@@ -9,6 +12,6 @@ const App = () => {
</div>
</div>
);
}
};
export default App;
......@@ -5,7 +5,7 @@ import App from './App';
ReactDOM.render(
<React.StrictMode>
<App />
<App log='coucou la zone'/>
</React.StrictMode>,
document.getElementById('root')
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment