mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
feat: embed signing experience (#1322)
This commit is contained in:
5
apps/web/src/app/embed/paywall.tsx
Normal file
5
apps/web/src/app/embed/paywall.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
export const EmbedPaywall = () => {
|
||||
return <div>
|
||||
<h1>Paywall</h1>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user