From 2c0fca748ea956f3337bc01b956cee396c60e6d6 Mon Sep 17 00:00:00 2001 From: NancyAanchal Date: Tue, 23 Jul 2024 14:44:50 +0545 Subject: [PATCH] fixed lint --- nepalingo-web/src/hooks/StreakContext.tsx | 2 +- nepalingo-web/src/pages/Login.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nepalingo-web/src/hooks/StreakContext.tsx b/nepalingo-web/src/hooks/StreakContext.tsx index 77cc3aa..0fd8989 100644 --- a/nepalingo-web/src/hooks/StreakContext.tsx +++ b/nepalingo-web/src/hooks/StreakContext.tsx @@ -1,4 +1,4 @@ -import { +import React, { createContext, useContext, useState, diff --git a/nepalingo-web/src/pages/Login.tsx b/nepalingo-web/src/pages/Login.tsx index 325f6e6..8a328ef 100644 --- a/nepalingo-web/src/pages/Login.tsx +++ b/nepalingo-web/src/pages/Login.tsx @@ -113,7 +113,7 @@ const Login: React.FC = () => { setUsername(e.target.value)} iconProps={{ @@ -128,7 +128,7 @@ const Login: React.FC = () => { setEmail(e.target.value)} iconProps={{ @@ -143,7 +143,7 @@ const Login: React.FC = () => { setPassword(e.target.value)}