mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
qpc
This commit is contained in:
@ -8,8 +8,6 @@ import { SessionProvider } from "next-auth/react";
|
|||||||
const DocumentsPage: NextPageWithLayout = () => {
|
const DocumentsPage: NextPageWithLayout = () => {
|
||||||
const { data: session } = useSession();
|
const { data: session } = useSession();
|
||||||
|
|
||||||
console.log("Session:" + JSON.stringify(session));
|
|
||||||
|
|
||||||
return <>This is the documents page</>;
|
return <>This is the documents page</>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user