From dccd766d911efaf7ab9246cfc43da382566e8023 Mon Sep 17 00:00:00 2001 From: Daniel D Orlando Date: Thu, 6 Apr 2023 15:50:15 -0700 Subject: [PATCH] remove unused import --- client/src/App.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 1964a148bf..5a0669716d 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -1,4 +1,3 @@ -import { useEffect } from 'react'; import { createBrowserRouter, RouterProvider, Navigate } from 'react-router-dom'; import Root from './routes/Root'; import Chat from './routes/Chat';