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