first commit
This commit is contained in:
14
src/app/(site)/documentation/page.tsx
Normal file
14
src/app/(site)/documentation/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
import { Documentation } from "@/components/Documentation/Documentation";
|
||||
import { Metadata } from "next";
|
||||
export const metadata: Metadata = {
|
||||
title: "Documentation | Venus",
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<>
|
||||
<Documentation/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user