diff --git a/src/App.js b/src/App.js
index be83fe42e0a68588bc371ec885da9f12b26b748a..a2e655961c1c5ea640f13864a8415409fa5164cc 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,6 +1,6 @@
 import './App.css';
 import { Counter } from './Counter';
-import { default as Grid } from './Grid.js';
+import Grid from './Grid.js';
 
 const App = () => {
   const compteurs = []