diff --git a/src/components/listview/List/Lists.tsx b/src/components/listview/List/Lists.tsx index 3a45be39c1..0df873533b 100644 --- a/src/components/listview/List/Lists.tsx +++ b/src/components/listview/List/Lists.tsx @@ -1,5 +1,5 @@ import React, { type FC } from 'react'; -import { groupBy } from 'lodash-es'; +import groupBy from 'lodash-es/groupBy'; import Box from '@mui/material/Box'; import { getIndex } from './listHelper'; import ListGroupHeaderWrapper from './ListGroupHeaderWrapper';