Skip to content

Commit

Permalink
fixed code
Browse files Browse the repository at this point in the history
  • Loading branch information
parth2024 committed Jun 25, 2024
1 parent 062f420 commit 411a286
Show file tree
Hide file tree
Showing 3 changed files with 21,464 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/SortFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import { IconCaret, IconFilters, IconXMark } from './Icon';
import { Heading, Text } from './Text';
import { Link } from './Link';
import { Filter, Collection, FilterType } from '@/lib/shopify/types';
import { useRouter } from 'next/router';

import clsx from 'clsx';
import { useRouter } from 'next/navigation';

export type AppliedFilter = {
label: string;
Expand Down
Loading

0 comments on commit 411a286

Please sign in to comment.