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

6 lines
95 B
TypeScript
Raw Normal View History

2023-07-18 12:26:57 +00:00
import { FAQ } from "./_components/FAQ";
export default function Page() {
return <FAQ />;
}