feat(poc): fix parent id

This commit is contained in:
Björn Meyer
2023-07-17 16:32:26 +02:00
parent 46e003196f
commit b56e4828e3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import clsx from 'clsx';
import { ProductOption, ProductVariant } from 'lib/shopify/types';
import { ProductOption, ProductVariant } from 'lib/shopware/types';
import { createUrl } from 'lib/utils';
import Link from 'next/link';
import { usePathname, useRouter, useSearchParams } from 'next/navigation';