link-stack/apps/leafcutter/app/faq/page.tsx

6 lines
95 B
TypeScript
Raw Normal View History

2023-06-28 09:09:45 +00:00
import { FAQ } from "./_components/FAQ";
2023-02-13 13:46:56 +00:00
2023-06-28 09:09:45 +00:00
export default function Page() {
return <FAQ />;
}