diff options
Diffstat (limited to 'web/src/components/grid/renderGrid.ts')
| -rw-r--r-- | web/src/components/grid/renderGrid.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/components/grid/renderGrid.ts b/web/src/components/grid/renderGrid.ts index 5666f66..7ef8813 100644 --- a/web/src/components/grid/renderGrid.ts +++ b/web/src/components/grid/renderGrid.ts @@ -1,6 +1,6 @@ import Ratio from "../../math/Ratio"; import Rect from "../../math/Rect"; -import { Cell, CellRef, Grid, Row, RowRef } from "./types"; +import { Cell, CellRef, Grid, Row, RowRef } from "../../types"; export interface RenderedCell extends Cell { cellRef: CellRef; |
