From dee9f90d09c53911085a8d6813fa88307ed52714 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:08:03 +0000 Subject: [PATCH] Update src/app/calculator/page.tsx --- src/app/calculator/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/calculator/page.tsx b/src/app/calculator/page.tsx index e4e06ef..de69704 100644 --- a/src/app/calculator/page.tsx +++ b/src/app/calculator/page.tsx @@ -104,19 +104,19 @@ export default function CalculatorPage() {
- (window as any).runCalc()}>
- - - + + (window as any).runCalc()} /> +
- - + +
-- 2.49.1