Commit c0dbb9a7 authored by Neosoulink's avatar Neosoulink
Browse files

refactor: minor update

parent 35c9a14d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13,10 +13,6 @@ import type {
	ProductsQueryArgsInterface,
	ProductInfoInterface,
} from '../../client/products/argumentInterfaces';

// HELPERS
import { isEmpty } from '../../helpers/utils';

// STORE
import { useAppSelector } from '../../store/hooks';
import { getUserData } from '../../store/features/user';