FIX: Fixes from "the big split"

This commit is contained in:
Nicolás Hatcher
2025-01-18 00:54:29 +01:00
committed by Nicolás Hatcher Andrés
parent fa0b386abc
commit c88304ba96
10 changed files with 311 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ import {
} from "./components/storage";
// From IronCalc
import { IronCalc, IronCalcIcon, Model, init } from "@ironcalc/ironcalc";
import { IronCalc, IronCalcIcon, Model, init } from "@ironcalc/workbook";
function App() {
const [model, setModel] = useState<Model | null>(null);