8 lines
225 B
TypeScript
8 lines
225 B
TypeScript
'use client'
|
|
|
|
// dot notation breaks RSC - https://github.com/vercel/next.js/issues/51593
|
|
// temporarily workaround to re-export
|
|
import { BlogNewsletterForm } from 'pliny/ui/NewsletterForm'
|
|
|
|
export default BlogNewsletterForm
|