diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-05 23:29:46 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-05 23:29:46 -0500 |
| commit | 829872a08cd70675990b96d7388e886d57283c27 (patch) | |
| tree | b8600e916b915124a8a2d4f69e4a6fe1de3720b5 /src/client/views/collections/CollectionCarouselView.tsx | |
| parent | 9636494fa599862607e8658ef6e6a83a5f527dd8 (diff) | |
added additional view modes for presenations
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.tsx b/src/client/views/collections/CollectionCarouselView.tsx index e30d08592..00edf71dd 100644 --- a/src/client/views/collections/CollectionCarouselView.tsx +++ b/src/client/views/collections/CollectionCarouselView.tsx @@ -13,9 +13,6 @@ import { faCaretLeft, faCaretRight } from '@fortawesome/free-solid-svg-icons'; import { Doc } from '../../../new_fields/Doc'; import { FormattedTextBox } from '../nodes/FormattedTextBox'; - - - type CarouselDocument = makeInterface<[typeof documentSchema,]>; const CarouselDocument = makeInterface(documentSchema); |
