aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <geireann_lindfield_roberts@brown.edu>2025-01-01 22:32:19 -0800
committerGeireann Lindfield Roberts <geireann_lindfield_roberts@brown.edu>2025-01-01 22:32:19 -0800
commit18774b42e3c8e1e899978fe9f16a4d123adee803 (patch)
treefe538b147632fcb71dd27403231c6610822e8fbc /src/client/views/collections/collectionLinear/CollectionLinearView.tsx
parent96aff4f0c900a9e13a1a4916c6d4d945c544060c (diff)
monorepo setup
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.tsx')
-rw-r--r--src/client/views/collections/collectionLinear/CollectionLinearView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
index ceae43c04..80116dd2f 100644
--- a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
+++ b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx
@@ -1,6 +1,6 @@
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { Tooltip } from '@mui/material';
-import { Toggle, ToggleType, Type } from 'browndash-components';
+import { Toggle, ToggleType, Type } from '@dash/components';
import { Property } from 'csstype';
import { IReactionDisposer, action, makeObservable, reaction } from 'mobx';
import { observer } from 'mobx-react';