diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-29 19:55:40 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-29 19:55:40 -0400 |
commit | cf45abf8ada938caddb226c825166d4acdee3086 (patch) | |
tree | 135f601da07aa62185221fd79f4d196e094121b7 /src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | |
parent | d8a43b76f101a2f38ef1e3e9cbf8ec036468481d (diff) |
linting
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx index bb9ea7e17..5d5c35dce 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx @@ -2181,4 +2181,8 @@ export class TemplateLayouts { // }] // }; +} + +export class ContentField extends Field { + }
\ No newline at end of file |