diff options
author | bobzel <zzzman@gmail.com> | 2023-06-06 20:50:27 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-06-06 20:50:27 -0400 |
commit | 9accdb19ea34240ad2c7739ea72e51aeaae2a77b (patch) | |
tree | ac1e2aafd12fe0f3a9f07d8212a448e1a48e947e /src/client/views/nodes/DataVizBox/components/TableBox.tsx | |
parent | 562e965cbc3d7629014ad3902e1177d5cbefd57c (diff) |
more Symbol updating.
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/TableBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.tsx b/src/client/views/nodes/DataVizBox/components/TableBox.tsx index 3816bddfa..60480ac33 100644 --- a/src/client/views/nodes/DataVizBox/components/TableBox.tsx +++ b/src/client/views/nodes/DataVizBox/components/TableBox.tsx @@ -1,7 +1,7 @@ import { action, computed } from 'mobx'; import { observer } from 'mobx-react'; import * as React from 'react'; -import { AnimationSym, Doc } from '../../../../../fields/Doc'; +import { Doc } from '../../../../../fields/Doc'; import { Id } from '../../../../../fields/FieldSymbols'; import { List } from '../../../../../fields/List'; import { emptyFunction, returnFalse, setupMoveUpEvents, Utils } from '../../../../../Utils'; |