import type { Metadata } from "next";
import type { ReactNode } from "react";

export const metadata: Metadata = {
  title: "Xác minh số điện thoại",
  description: "Xác minh số điện thoại tài khoản Cổ Thư Kỳ Tịch.",
};

export default function VerifyPhoneLayout({ children }: { children: ReactNode }) {
  return children;
}
