mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
10 lines
137 B
TypeScript
10 lines
137 B
TypeScript
import React from 'react';
|
|
|
|
export default async function SharePage() {
|
|
return (
|
|
<div>
|
|
<h1>Share Page</h1>
|
|
</div>
|
|
);
|
|
}
|