Skip to content

Commit

Permalink
fixing formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpytho committed Sep 16, 2024
1 parent 66c4545 commit bcb6dc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/ds.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FormulaParser } from "./formulaparser.js";
import { FormulaParser } from "./fParser.js";
class Node {
constructor(rowValue, colValue, value, nextRow = null, nextCol = null, prevRow = null, prevCol = null) {
this.rowValue = rowValue;
Expand Down
File renamed without changes.

0 comments on commit bcb6dc8

Please sign in to comment.