diff --git a/examples/basic-math/src/arithmetic.js b/examples/basic-math/src/arithmetic.js index e69de29..ae36902 100644 --- a/examples/basic-math/src/arithmetic.js +++ b/examples/basic-math/src/arithmetic.js @@ -0,0 +1,7 @@ +export const add = () => {}; + +export const subtract = () => {}; + +export const multiply = () => {}; + +export const divide = () => {};