summaryrefslogtreecommitdiff
path: root/web/src/index.ts
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-26 21:22:05 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-26 21:22:05 +0200
commit5e56338bb3e9bb1bcf1ef1c1fe6afb9c7391d976 (patch)
treeb546fbb287b18c7b428df2cf4ed8d0240c54c007 /web/src/index.ts
parentca7edbcc6b201df7b5070cde205e66f576948475 (diff)
fix(web): fix rendering selection
Diffstat (limited to 'web/src/index.ts')
-rw-r--r--web/src/index.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/src/index.ts b/web/src/index.ts
index a6f0ac7..f923c56 100644
--- a/web/src/index.ts
+++ b/web/src/index.ts
@@ -1,10 +1,7 @@
import Ratio from "./math/Ratio";
import { Cell, CellRef, Doc, Grid, mapRowsInRange } from "./types";
import { ActiveCellSelection, Selection } from "./selection";
-import renderGrid, {
- getRenderedCell,
- RenderedGrid,
-} from "./components/grid/renderGrid";
+import renderGrid, { RenderedGrid } from "./components/grid/renderGrid";
function defaultDoc(): Doc {
const defaultCells: Cell[] = Array.from({ length: 16 }, () => ({