diff --git a/components/roadmap/content-drawer.tsx b/components/roadmap/content-drawer.tsx index 0c3742f4b..60443ea68 100644 --- a/components/roadmap/content-drawer.tsx +++ b/components/roadmap/content-drawer.tsx @@ -3,6 +3,7 @@ import { RemoveScroll } from 'react-remove-scroll'; import { RoadmapType } from '../../lib/roadmap'; import RoadmapGroup from '../../pages/[roadmap]/[group]'; import { CheckIcon, CloseIcon, RepeatIcon } from '@chakra-ui/icons'; +import { queryGroupElementsById } from '../../lib/renderer/utils'; type ContentDrawerProps = { roadmap: RoadmapType; @@ -52,9 +53,9 @@ export function ContentDrawer(props: ContentDrawerProps) {