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