MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / PrivacyPage

Function PrivacyPage

src/pages/terms/index.tsx:5–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import MarkdownRenderer from "@/components/MarkdownRenderer";
4
5const PrivacyPage: NextPage = () => {
6 return (
7 <>
8 <Head>
9 <title>Terms</title>
10 </Head>
11
12 <MarkdownRenderer url="/terms.md" />
13 </>
14 );
15};
16
17export default PrivacyPage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected