FIX: Update biome and apply automatic fixes
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
e0339f641b
commit
4e9d7611a8
@@ -5,9 +5,6 @@ import type { Cell } from "../types";
|
||||
import type { WorkbookState } from "../workbookState";
|
||||
import {
|
||||
COLUMN_WIDTH_SCALE,
|
||||
LAST_COLUMN,
|
||||
LAST_ROW,
|
||||
ROW_HEIGH_SCALE,
|
||||
cellPadding,
|
||||
defaultTextColor,
|
||||
gridColor,
|
||||
@@ -17,7 +14,10 @@ import {
|
||||
headerSelectedBackground,
|
||||
headerSelectedColor,
|
||||
headerTextColor,
|
||||
LAST_COLUMN,
|
||||
LAST_ROW,
|
||||
outlineColor,
|
||||
ROW_HEIGH_SCALE,
|
||||
} from "./constants";
|
||||
import { attachOutlineHandle } from "./outlineHandle";
|
||||
import { computeWrappedLines, hexToRGBA10Percent } from "./util";
|
||||
|
||||
Reference in New Issue
Block a user