From fd92bdd22b545c394be70371a52c4f011f91f962 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Thu, 20 Mar 2025 21:55:47 +0530 Subject: [PATCH] remove unused import --- client/src/Pages/ResultsPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx index 910c144..9ef8b86 100644 --- a/client/src/Pages/ResultsPage.tsx +++ b/client/src/Pages/ResultsPage.tsx @@ -1,6 +1,5 @@ import { useEffect } from 'react'; import { useNavigate } from 'react-router-dom'; -//import axios from 'axios'; import { Typography, Container,