import FAQ from "../../../components/faq";

const index = () => {
  return (
    <>
      <FAQ />
    </>
  );
};

export default index;
