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/LightboxView.tsx | |
| parent | b90f19828ed7785ead8454b3ec92431edf2ce031 (diff) | |
cleanup of import orderings.
Diffstat (limited to 'src/client/views/LightboxView.tsx')
| -rw-r--r-- | src/client/views/LightboxView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.tsx b/src/client/views/LightboxView.tsx index 3d77ee901..ef4b5b4ca 100644 --- a/src/client/views/LightboxView.tsx +++ b/src/client/views/LightboxView.tsx @@ -19,9 +19,9 @@ import { Transform } from '../util/Transform'; import { GestureOverlay } from './GestureOverlay'; import './LightboxView.scss'; import { ObservableReactComponent } from './ObservableReactComponent'; +import { DefaultStyleProvider, wavyBorderPath } from './StyleProvider'; import { CollectionDockingView } from './collections/CollectionDockingView'; import { CollectionStackedTimeline } from './collections/CollectionStackedTimeline'; -import { DefaultStyleProvider, wavyBorderPath } from './StyleProvider'; import { TabDocView } from './collections/TabDocView'; import { DocumentView, OpenWhere, OpenWhereMod } from './nodes/DocumentView'; |
