revert lib/utils refactoring

This commit is contained in:
tedraykov
2024-06-20 14:59:27 +03:00
parent f90da11e31
commit b47f13e2d8
20 changed files with 108 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ import { PlusIcon } from '@heroicons/react/16/solid';
import Price from 'components/price';
import { DEFAULT_OPTION } from 'lib/constants';
import { CartItem } from 'lib/shopify/types';
import { createUrl } from 'lib/shopify/utils';
import { createUrl } from 'lib/utils';
import Image from 'next/image';
import Link from 'next/link';
import { DeleteItemButton } from './delete-item-button';