1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-10 18:06:58 +00:00
commerce/components/preview-suspense.tsx

5 lines
218 B
TypeScript

'use client'
// Once rollup supports 'use client' module directives then 'next-sanity' will include them and this re-export will no longer be necessary
export { PreviewSuspense as default } from 'next-sanity/preview'