diff --git a/components/pages/ListDetail.jsx b/components/pages/ListDetail.jsx index 51cced4..75a3637 100644 --- a/components/pages/ListDetail.jsx +++ b/components/pages/ListDetail.jsx @@ -7,7 +7,6 @@ import * as selectors from '../../store/selectors'; import Content from '../ui/Content'; import List from '../ui/List'; -import VirtualScroll from '../ui/VirtualScroll'; const ListItems = ({ list }) => { return ( @@ -15,12 +14,9 @@ const ListItems = ({ list }) => {