mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
Testing potential reason
This commit is contained in:
parent
d9ee4086b9
commit
aebc275303
@ -1,5 +1,5 @@
|
||||
import type { GetAllProductPathsQuery } from 'lib/bigcommerce/schema'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { GetAllProductPathsQuery } from 'lib/bigcommerce/schema'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { BigcommerceConfig, getConfig } from '..'
|
||||
|
||||
export const getAllProductPathsQuery = /* GraphQL */ `
|
||||
|
@ -1,8 +1,8 @@
|
||||
import type {
|
||||
import {
|
||||
GetAllProductsQuery,
|
||||
GetAllProductsQueryVariables,
|
||||
} from 'lib/bigcommerce/schema'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { productInfoFragment } from '../fragments/product'
|
||||
import { BigcommerceConfig, getConfig, Images, ProductImageVariables } from '..'
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
import type {
|
||||
import {
|
||||
GetProductQuery,
|
||||
GetProductQueryVariables,
|
||||
} from 'lib/bigcommerce/schema'
|
||||
import type { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { RecursivePartial, RecursiveRequired } from '../utils/types'
|
||||
import { productInfoFragment } from '../fragments/product'
|
||||
import { BigcommerceConfig, getConfig, Images } from '..'
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { FC } from 'react'
|
||||
import type { AppProps } from 'next/app'
|
||||
import { AppProps } from 'next/app'
|
||||
import '@assets/global.css'
|
||||
|
||||
const Noop: FC = ({ children }) => <>{children}</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user