From 2d7f1b94af60eeed47b55cf329c3d64dda6964c8 Mon Sep 17 00:00:00 2001 From: Samarth Chandna Date: Sat, 21 Oct 2023 17:13:34 -0400 Subject: [PATCH] nit --- src/components/RouterComponent/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RouterComponent/index.tsx b/src/components/RouterComponent/index.tsx index 40ac9a28..3f28f49b 100644 --- a/src/components/RouterComponent/index.tsx +++ b/src/components/RouterComponent/index.tsx @@ -1,3 +1,4 @@ +/* eslint-disable no-console */ import React from 'react'; import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom';