diff --git a/src/App.tsx b/src/App.tsx index 7914dea15..c6b27ada0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,8 +4,6 @@ import { GoodsList } from './GoodsList'; import { getAll, get5First, getRedGoods } from './api/goods'; import { Good } from './types/Good'; -// or -// import * as goodsAPI from './api/goods'; export const App: React.FC = () => { const [visibleGoods, setVisibleGoods] = useState([]);