diff --git a/src/app/store/actions/fetchProducts.js b/src/app/store/actions/fetchProducts.js index f43c6a0d..3a6faea1 100644 --- a/src/app/store/actions/fetchProducts.js +++ b/src/app/store/actions/fetchProducts.js @@ -3,7 +3,6 @@ import { api } from '@/api'; import type { AsyncAction } from '@/store/types/Actions'; -// import type { State } from '@/store/types/State'; import type { ProductsType } from '@/store/types/ProductsType'; import * as types from '../ActionTypes';