1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-15 03:41:21 +00:00
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';