From b8a470afe732027b04f90086d18b7edfb541462c Mon Sep 17 00:00:00 2001 From: AntoninoP Date: Wed, 17 Jul 2024 13:10:40 +0200 Subject: [PATCH] cleaner code --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index fbe063e..c2c8f18 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,4 @@ -import React, { useEffect, useState } from 'react'; +import { useEffect, useState } from 'react'; import { BrowserRouter as Router, Route, Routes, Navigate } from 'react-router-dom'; import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css';