mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
delete duplicates
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
import type { ReactElement } from "react";
|
||||
import Layout from "../../components/layout";
|
||||
import Settings from "../../components/settings";
|
||||
import type { NextPageWithLayout } from "../_app";
|
||||
|
||||
const DocumentDetailPage: NextPageWithLayout = () => {
|
||||
return <p>this is the document page.</p>;
|
||||
};
|
||||
|
||||
DocumentDetailPage.getLayout = function getLayout(page: ReactElement) {
|
||||
return <Layout>{page}</Layout>;
|
||||
};
|
||||
|
||||
export default DocumentDetailPage;
|
||||
Reference in New Issue
Block a user