mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
pages and menus
This commit is contained in:
@ -4,7 +4,7 @@ import Settings from "../components/settings";
|
||||
import type { NextPageWithLayout } from "./_app";
|
||||
|
||||
const TeamPage: NextPageWithLayout = () => {
|
||||
return <>This is the team page</>;
|
||||
return <>This is the documents page</>;
|
||||
};
|
||||
|
||||
TeamPage.getLayout = function getLayout(page: ReactElement) {
|
||||
Reference in New Issue
Block a user