Link ticket fixes #1
This commit is contained in:
parent
1443a61164
commit
d9ce2f5883
21 changed files with 617 additions and 583 deletions
10
apps/link/app/(main)/docs/page.tsx
Normal file
10
apps/link/app/(main)/docs/page.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Metadata } from "next";
|
||||
import { DocsWrapper } from "./_components/DocsWrapper";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Documentation",
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
return <DocsWrapper />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue