import Link from "next/link"; import { api, HydrateClient } from "~/trpc/server"; import { Button } from "~/components/ui/button"; import { Plus } from "lucide-react"; import { BusinessesTable } from "./_components/businesses-table"; export default async function BusinessesPage() { return (

Businesses

Manage your businesses and their information.

); }