FIX: More consistent naming conventions in widget

This commit is contained in:
Nicolás Hatcher
2025-02-25 23:28:01 +01:00
committed by Nicolás Hatcher Andrés
parent c0fa55c5f7
commit a1353e0817
20 changed files with 54 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
import type { Model } from "@ironcalc/wasm";
import { columnNameFromNumber } from "@ironcalc/wasm";
import { getColor } from "../editor/util";
import { getColor } from "../Editor/util";
import type { Cell } from "../types";
import type { WorkbookState } from "../workbookState";
import {