diff options
Diffstat (limited to 'web/src/index.ts')
| -rw-r--r-- | web/src/index.ts | 5 |
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 }, () => ({ |
