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