import { About } from "@link-stack/leafcutter-ui";
export default function Page() {
return <About />;
}