mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
export const EmbedPaywall = () => {
|
|
return (
|
|
<div>
|
|
<h1>Paywall</h1>
|
|
</div>
|
|
);
|
|
};
|