mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Use GristObjCode in CellValue
Summary: Makes type checking a bit stronger Test Plan: it just has to compile Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3065
This commit is contained in:
@@ -8,7 +8,7 @@ import { TableData } from 'app/client/models/TableData';
|
||||
import { createEmptyTableDelta, getTableIdAfter, getTableIdBefore, TableDelta } from 'app/common/ActionSummary';
|
||||
import { DisposableWithEvents } from 'app/common/DisposableWithEvents';
|
||||
import { CellVersions, UserAction } from 'app/common/DocActions';
|
||||
import { GristObjCode } from "app/common/gristTypes";
|
||||
import { GristObjCode } from 'app/plugin/GristData';
|
||||
import { CellDelta } from 'app/common/TabularDiff';
|
||||
import { DocStateComparisonDetails } from 'app/common/UserAPI';
|
||||
import { CellValue } from 'app/plugin/GristData';
|
||||
|
||||
Reference in New Issue
Block a user