import type { Metadata } from "next";
import type { ReactNode } from "react";

export const metadata: Metadata = {
  title: "Đăng ký",
  description: "Tạo tài khoản Cổ Thư Kỳ Tịch — beta.",
};

export default function RegisterLayout({ children }: { children: ReactNode }) {
  return children;
}
