mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
app shell
This commit is contained in:
@ -3,7 +3,7 @@ import Layout from "../components/layout";
|
||||
import type { NextPageWithLayout } from "./_app";
|
||||
|
||||
const Page: NextPageWithLayout = () => {
|
||||
return <p>hello world</p>;
|
||||
return <p className="text-red-900">This is the index page</p>;
|
||||
};
|
||||
|
||||
Page.getLayout = function getLayout(page: ReactElement) {
|
||||
|
||||
Reference in New Issue
Block a user