import { NextPage } from "next";
import { LeafcutterWrapper } from "components/LeafcutterWrapper";
const FAQ: NextPage = () => <LeafcutterWrapper path="faq" />;
export default FAQ;