"use client"

import { ClientsTable } from "@/components/markatty/clients-table"

export default function Page() {
  return <ClientsTable />
}
