import { PreviewData } from '@graphcommerce/graphql'

export function previewModeDefaults(): PreviewData {
  return {}
}
