mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
5 lines
218 B
TypeScript
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'
|