import type { ReactNode } from "react";

export const metadata = {
  title: "Nhật ký gieo & lá số",
};

export default function FortuneHistoryLayout({ children }: { children: ReactNode }) {
  return children;
}
