Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-bh committed Nov 25, 2023
1 parent 180ae39 commit 01e68db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calculator/functions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// src/functions.js

export function add(a, b) {
return a + b+1;
return a + b;
}

export function subtract(a, b) {
Expand Down

0 comments on commit 01e68db

Please sign in to comment.