From 6c199c80a13a49f7f9e7c0334025809677c8a4f8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 21 Jun 2024 22:24:40 +0530 Subject: [PATCH] chore: lint --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 3e80e017..7f0715a9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,11 +3,11 @@ import React from 'react'; import { GlobalInfoProvider } from "./context/globalInfo"; import { PageWrapper } from "./pages/PageWrappper"; -function App () { +function App() { return ( - + ); }