commerce/components/preview-suspense.tsx
Henrik Larsson 22aab2f657 Updates
2023-08-08 16:20:45 +02:00

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';