diff options
author | bobzel <zzzman@gmail.com> | 2020-12-16 21:39:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-16 21:39:47 -0500 |
commit | 0fbfb06c499d2ee52b086427cbf1c5431fadfad9 (patch) | |
tree | 0630334a1ebce2bada102c37a8936772cd68b6df /src/client/views/StyleProvider.tsx | |
parent | f5527e423c3eaa104bec4904f6c778cf1f58a496 (diff) |
simplified DocumentView a bit more. cleaned up other code.
Diffstat (limited to 'src/client/views/StyleProvider.tsx')
-rw-r--r-- | src/client/views/StyleProvider.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/StyleProvider.tsx b/src/client/views/StyleProvider.tsx index dd406abed..312cfc73e 100644 --- a/src/client/views/StyleProvider.tsx +++ b/src/client/views/StyleProvider.tsx @@ -6,7 +6,6 @@ import { Doc, Opt, StrListCast } from "../../fields/Doc"; import { List } from '../../fields/List'; import { listSpec } from '../../fields/Schema'; import { BoolCast, Cast, NumCast, StrCast } from "../../fields/Types"; -import { returnFalse } from '../../Utils'; import { DocumentType } from '../documents/DocumentTypes'; import { CurrentUserUtils } from '../util/CurrentUserUtils'; import { SnappingManager } from '../util/SnappingManager'; |