FIX: Proper imports

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:59:27 +02:00
committed by Nicolás Hatcher Andrés
parent 8c0a566995
commit b495397b5f
4 changed files with 8 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ import type { Model } from "@ironcalc/wasm";
import { Button, styled } from "@mui/material";
import { ChevronDown } from "lucide-react";
import { Fx } from "../icons";
import { FORMULA_BAR_HEIGH } from "./constants";
import Editor from "./editor/editor";
import type { WorkbookState } from "./workbookState";
import { FORMULA_BAR_HEIGH } from "./constants";
type FormulaBarProps = {
cellAddress: string;