Skip to content

Commit c047a72

Browse files
committed
remove unused import
1 parent ccd4569 commit c047a72

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/ListComponent.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import React, { useState, useEffect } from 'react'
22
import CarbonAd from './CarbonAd'
33
import { trackException } from '../utils/Analytics'
44
import Placeholder from './Placeholder'
5-
import { Virtuoso } from 'react-virtuoso'
6-
75

86
function ListComponent({ fetchData, refresh, renderItem, withAds, placeholder = <Placeholder /> }) {
97
const [items, setItems] = useState([])

0 commit comments

Comments
 (0)