diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-08 10:36:56 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-08 10:36:56 -0500 |
| commit | 1b0bce583d2f1f8b8fc9bff1b7a1d05e24518f68 (patch) | |
| tree | 79a1c02d61981d0b7f6fa73e0de79ba7cc7e3543 /src/client/views/newlightbox/RecommendationList | |
| parent | 8da4acee81701b2b779713b1ff4cc4d60e80f437 (diff) | |
| parent | 2be78b5319303aef31250088397c87eb301d7c59 (diff) | |
Merge branch 'master' into eleanor-gptdraw
Diffstat (limited to 'src/client/views/newlightbox/RecommendationList')
| -rw-r--r-- | src/client/views/newlightbox/RecommendationList/RecommendationList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/newlightbox/RecommendationList/RecommendationList.tsx b/src/client/views/newlightbox/RecommendationList/RecommendationList.tsx index 27413bac3..7660da1f5 100644 --- a/src/client/views/newlightbox/RecommendationList/RecommendationList.tsx +++ b/src/client/views/newlightbox/RecommendationList/RecommendationList.tsx @@ -1,6 +1,6 @@ /* eslint-disable react/jsx-props-no-spreading */ /* eslint-disable guard-for-in */ -import { IconButton, Size, Type } from 'browndash-components'; +import { IconButton, Size, Type } from '@dash/components'; import * as React from 'react'; import { FaCaretDown, FaCaretUp } from 'react-icons/fa'; import { GrClose } from 'react-icons/gr'; |
