diff options
Diffstat (limited to 'web/src/types.ts')
| -rw-r--r-- | web/src/types.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/types.ts b/web/src/types.ts index 8b1b650..b41bb9a 100644 --- a/web/src/types.ts +++ b/web/src/types.ts @@ -30,7 +30,6 @@ export interface RowRef { rowIndex: number; } -// TODO Should probably have a gridId export interface CellRef { partIndex: number; rowIndex: number; |
