Skip to content
Snippets Groups Projects
Commit 625fe763 authored by Viarezo's avatar Viarezo
Browse files

git gud

parent 103bc136
No related branches found
No related tags found
No related merge requests found
import './App.css'; import './App.css';
import { Counter } from './Counter'; import { Counter } from './Counter';
import Grid from './Grid.js';
const App = () => { const App = () => {
const compteurs = [] const compteurs = []
...@@ -13,7 +14,9 @@ const App = () => { ...@@ -13,7 +14,9 @@ const App = () => {
<h1>Bienvenue sur notre super site !</h1> <h1>Bienvenue sur notre super site !</h1>
</div> </div>
</div> </div>
<Grid>
{compteurs} {compteurs}
</Grid>
</div> </div>
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment