From 6b4746af15078a598ca22b196fc95274e6278682 Mon Sep 17 00:00:00 2001 From: Viarezo <viarezo@viarezo.fr> Date: Sat, 9 Oct 2021 15:46:24 +0200 Subject: [PATCH] git gud --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index be83fe4..a2e6559 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 = [] -- GitLab