From 9894a0da5906e8750ea961455b4cb5b5ece63dd9 Mon Sep 17 00:00:00 2001 From: Kaushik Narayan R Date: Sun, 29 Dec 2024 18:39:31 -0700 Subject: [PATCH] formatting --- public/index.html | 28 ++++++++--- public/manifest.json | 2 +- src/api/auth.js | 26 +++++----- src/api/axiosInstance.js | 12 ++--- src/boilerplates/apiResp.js | 34 ++++++------- src/boilerplates/media_query.css | 2 +- src/components/Navbar/index.jsx | 4 +- src/components/ToastNotification/index.jsx | 10 ++-- src/index.css | 6 +-- src/pages/Graph/Graph.module.css | 8 +-- src/pages/Graph/index.jsx | 58 +++++++++++----------- src/pages/Login/index.jsx | 24 ++++----- src/pages/Logout/index.jsx | 24 ++++----- src/pages/PageNotFound/index.jsx | 18 +++---- src/routes/AllRoutes.jsx | 40 +++++++-------- src/routes/AuthOnlyRoutes.jsx | 24 ++++----- src/routes/UnAuthOnlyRoutes.jsx | 24 ++++----- src/utils/numFormatter.js | 14 +++--- 18 files changed, 186 insertions(+), 172 deletions(-) diff --git a/public/index.html b/public/index.html index c459c11..8958a5d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,15 +2,29 @@ - - - - - + + + + +