import OtpPage from "@/pageContainers/OtpPage";

export default function Home() {
  return (
    <>
      <OtpPage />
    </>
  );
}
