FIX: Fixes from "the big split"
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
fa0b386abc
commit
c88304ba96
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user