"use client"

import { PartnersTable } from "@/components/markatty/partners-table"

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