import { ThemesTable } from "@/components/admin-content/themes-table"

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