diff options
| author | bobzel <zzzman@gmail.com> | 2024-04-30 17:59:40 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-04-30 17:59:40 -0400 |
| commit | 776c9cd88fc0799426ced87f36cb215dfdc1854b (patch) | |
| tree | 7197f88a6417eec0a0c94a6c51002ec7e1411958 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | daeae9db15372b8bd5f5aab387988051341c9209 (diff) | |
unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for CollectionFreeForm stiuff
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index c47fe915a..ad9960989 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -1,5 +1,6 @@ /* eslint-disable react/jsx-props-no-spreading */ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; +// eslint-disable-next-line import/no-extraneous-dependencies import * as CSS from 'csstype'; import { action, computed, IReactionDisposer, makeObservable, observable, ObservableMap, reaction, runInAction } from 'mobx'; import { observer } from 'mobx-react'; |
