diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-12 14:34:09 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-12 14:34:09 -0500 |
| commit | 7fcf4c54c42b7eaa427ea88c0b8586a78d7f1859 (patch) | |
| tree | fb049b6364456e3b70c325c59efcee00c64d5557 /src/client/views/collections/CollectionView.tsx | |
| parent | fb4521e4275248ba463164e40aaaed04df65b050 (diff) | |
cleaning up freeformview code.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index f10d33f03..694f70903 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -33,7 +33,6 @@ import { SubCollectionViewProps } from './CollectionSubView'; import { CollectionTimeView } from './CollectionTimeView'; import { CollectionTreeView } from './CollectionTreeView'; import './CollectionView.scss'; -export const COLLECTION_BORDER_WIDTH = 2; const path = require('path'); interface CollectionViewProps_ extends FieldViewProps { |
