From b6ab300e2307b746ce28c557273efacee713dfa0 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Fri, 7 Oct 2022 12:03:00 +0200 Subject: [PATCH] Format code --- public/index.html | 45 ++++++++++++++++++++++----------------------- src/App.js | 1 - 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/public/index.html b/public/index.html index 053be7c..3b60fa2 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,19 @@ - - - - - - - - - - - - ENcarteS - - - -
- - + + ENcarteS + + + + +
+ + + \ No newline at end of file diff --git a/src/App.js b/src/App.js index be2b0ba..37a8920 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,6 @@ import Toolbar from '@mui/material/Toolbar'; import Typography from '@mui/material/Typography'; import Button from '@mui/material/Button'; import TextField from '@mui/material/TextField'; -import Container from '@mui/material/Container'; import Dialog from '@mui/material/Dialog'; import DialogActions from '@mui/material/DialogActions'; import DialogContent from '@mui/material/DialogContent';