// import { List } from "./_components/List"; // import { db } from "@/app/_lib/database"; // import { serviceConfig } from "@/app/_lib/config"; type PageProps = { params: { service: string; }; }; export default async function Page({ params: { service } }: PageProps) { console.log({ service }); return