diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-30 10:14:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-30 10:14:19 -0400 |
| commit | ccbe6cafa422616ec4ffe5c2d1caed7597719007 (patch) | |
| tree | 219719b0c78e48cf7cebf31139988f9ab43a84e7 /src/client/views/collections/TabDocView.tsx | |
| parent | b90f19828ed7785ead8454b3ec92431edf2ce031 (diff) | |
cleanup of import orderings.
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 699ec3b95..3ff58c326 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -30,7 +30,7 @@ import { ObservableReactComponent } from '../ObservableReactComponent'; import { DefaultStyleProvider, StyleProp } from '../StyleProvider'; import { Colors } from '../global/globalEnums'; import { DocumentView, OpenWhere, OpenWhereMod, returnEmptyDocViewList } from '../nodes/DocumentView'; -import { FocusViewOptions, FieldViewProps } from '../nodes/FieldView'; +import { FieldViewProps, FocusViewOptions } from '../nodes/FieldView'; import { KeyValueBox } from '../nodes/KeyValueBox'; import { DashFieldView } from '../nodes/formattedText/DashFieldView'; import { PinProps, PresBox, PresMovement } from '../nodes/trails'; |
