import React from "react" import { Page } from "../../components/page" import { InlineCode } from "../../components/common/inline-code" import { Link } from "@mui/material" export function AboutPage() { return ( With this example, you can: This example uses: See more information about SDK usage in Protocol documentation. ); }