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

6 lines
103 B
TypeScript
Raw Permalink Normal View History

2024-06-05 08:52:41 +02:00
import { FAQ } from "@link-stack/leafcutter-ui";
2023-08-25 07:11:33 +00:00
export default function Page() {
2024-03-20 17:51:21 +01:00
return <FAQ />;
2023-08-25 07:11:33 +00:00
}