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