import { getLatestTos } from "@/actions/tos/getTos"; import TosEditor from "@/components/tos/Editor"; // Admin page for editing Terms of Service. export default async function TosPage() { const markdown = await getLatestTos(); return (