Sort imports
This commit is contained in:
parent
87fca41f07
commit
9570aebc5f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import {
|
|||
getFilterVariables,
|
||||
saveFilterTab
|
||||
} from "./filters";
|
||||
import { getSortUrlVariables, getSortQueryVariables } from "./sort";
|
||||
import { getSortQueryVariables, getSortUrlVariables } from "./sort";
|
||||
|
||||
interface ProductListProps {
|
||||
params: ProductListUrlQueryParams;
|
||||
|
|
Loading…
Reference in a new issue