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

6 lines
99 B
TypeScript
Raw Normal View History

2023-08-25 07:11:33 +00:00
import { About } from "leafcutter-common";
2023-02-13 13:46:56 +00:00
2023-06-28 09:09:45 +00:00
export default function Page() {
return <About />;
}