create final nodes

This commit is contained in:
William Jeynes
2026-01-28 22:03:21 +00:00
parent c6416622e4
commit a1373da891
8 changed files with 82 additions and 64 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ export const arithmeticToolsByName = {
[divide.name]: divide,
};
export const arithmeticTools = Object.values(arithmeticToolsByName);
//const arithmeticTools = Object.values(arithmeticToolsByName);