FIX: Proper imports
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
8c0a566995
commit
b495397b5f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user