mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
5 lines
220 B
TypeScript
5 lines
220 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';
|