mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 12:11:29 +10:00
6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
export const EmbedPaywall = () => {
|
|
return <div>
|
|
<h1>Paywall</h1>
|
|
</div>
|
|
}
|