link-stack/apps/leafcutter/app/(main)/about/page.tsx

6 lines
107 B
TypeScript
Raw Normal View History

2024-06-05 08:52:41 +02:00
import { About } from "@link-stack/leafcutter-ui";
2023-02-13 13:46:56 +00:00
2023-06-28 09:09:45 +00:00
export default function Page() {
return <About />;
}