diff --git a/src/app/footprints/_Components/FootPrintFilter/FootPrintFilter.tsx b/src/app/footprints/_Components/FootPrintFilter/FootPrintFilter.tsx index 70cee616..16588bbf 100644 --- a/src/app/footprints/_Components/FootPrintFilter/FootPrintFilter.tsx +++ b/src/app/footprints/_Components/FootPrintFilter/FootPrintFilter.tsx @@ -1,4 +1,4 @@ -import { Dropdown } from '@/components'; +import { Dropdown, Icon } from '@/components'; import { useGetMyPlansForFootprintQuery } from '@/hooks/apis'; import classNames from 'classnames'; import React, { useEffect, useMemo, useState } from 'react'; @@ -76,9 +76,11 @@ export default function FootPrintFilter({ classNameList={['footprint-filter__dropdown--filter']} /> -