From 7e8b3963d3149a7f74f576d90aef64281707b5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Hassan?= Date: Tue, 31 Oct 2023 13:40:01 +0100 Subject: [PATCH] remove unused --- .../react-app/src/components/auth/NotAutheticated.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parking-place/react-app/src/components/auth/NotAutheticated.tsx b/src/parking-place/react-app/src/components/auth/NotAutheticated.tsx index 3e303ad..427844d 100644 --- a/src/parking-place/react-app/src/components/auth/NotAutheticated.tsx +++ b/src/parking-place/react-app/src/components/auth/NotAutheticated.tsx @@ -1,4 +1,3 @@ -import { useEffect } from "react"; import { redirect } from "react-router"; export const NotAuthenticatedOverride = () => {