resolve build errors

This commit is contained in:
tedraykov
2024-06-20 15:34:42 +03:00
parent 3cf2f61e0b
commit cc9def4035
3 changed files with 1 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
import clsx, { ClassValue } from 'clsx';
import { ReadonlyURLSearchParams } from 'next/navigation';
import { twMerge } from 'tailwind-merge';
import { Menu } from './types';
import { Menu } from './shopify/types';
export const createUrl = (pathname: string, params: URLSearchParams | ReadonlyURLSearchParams) => {
const paramsString = params.toString();