link-stack/apps/leafcutter/app/(main)/about/page.tsx
2024-06-05 08:52:41 +02:00

5 lines
107 B
TypeScript

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