From 0c25572a5a61db6063994fcc63f2259a17853c1c Mon Sep 17 00:00:00 2001 From: Aditya Bikram Thakur Date: Sun, 21 Jul 2024 14:41:14 +0545 Subject: [PATCH] lint error fixed --- nepalingo-web/src/pages/Home.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/nepalingo-web/src/pages/Home.tsx b/nepalingo-web/src/pages/Home.tsx index 681475c..5722d82 100644 --- a/nepalingo-web/src/pages/Home.tsx +++ b/nepalingo-web/src/pages/Home.tsx @@ -1,5 +1,4 @@ import React from "react"; -import logo from "@/assets/NewLogoCircular.png"; import ReactGA from "react-ga4"; import { useAuth } from "@/hooks/Auth"; import Header from "@/components/header/Header";