From 60a715890fe0b4db1e236de578e9eae958fcfa8b Mon Sep 17 00:00:00 2001 From: ayan4m1 Date: Sun, 22 Sep 2024 01:41:09 -0400 Subject: [PATCH] comment out power calc --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 3740648..0578e7b 100644 --- a/src/index.js +++ b/src/index.js @@ -19,7 +19,7 @@ const NicCalculator = lazy(() => import('pages/NicCalculator')); const CostCalculator = lazy(() => import('pages/CostCalculator')); const WiringCalculator = lazy(() => import('pages/WiringCalculator')); const SpoolCalculator = lazy(() => import('pages/SpoolCalculator')); -const PowerCalculator = lazy(() => import('pages/PowerCalculator')); +// const PowerCalculator = lazy(() => import('pages/PowerCalculator')); const root = createRoot(document.getElementById('root')); @@ -40,7 +40,7 @@ root.render( } path="/cost" /> } path="/wiring" /> } path="/spool" /> - } path="/power" /> + {/* } path="/power" /> */}